summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xldap/mkldapdb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldap/mkldapdb b/ldap/mkldapdb
index 7469f5d..0e5e6b2 100755
--- a/ldap/mkldapdb
+++ b/ldap/mkldapdb
@@ -55,6 +55,7 @@ for section in base cipux horde; do
ldapadd -x -h localhost -D "cn=admin,$basedn" -f "$tempdir/$section.ldif" -W
done
for section in cipux horde; do
+ echo "Securing $section..."
ldappasswd -x -h localhost -D "cn=admin,$basedn" -S -W "uid=$section,ou=System,ou=Entities,ou=SAM,$basedn"
done