Skip to content

Commit

Permalink
Changed to not preserving file attributes and so hopefully prevent is…
Browse files Browse the repository at this point in the history
…sues with ACLs in prepopulate filesystems
  • Loading branch information
dinkel committed Jul 5, 2016
1 parent eacb76d commit d168f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ ! -d /etc/ldap/slapd.d || "$SLAPD_FORCE_RECONFIGURE" == "true" ]]; then

SLAPD_ORGANIZATION="${SLAPD_ORGANIZATION:-${SLAPD_DOMAIN}}"

cp -a /etc/ldap.dist/* /etc/ldap
cp -r /etc/ldap.dist/* /etc/ldap

cat <<-EOF | debconf-set-selections
slapd slapd/no_configuration boolean false
Expand Down

0 comments on commit d168f14

Please sign in to comment.