summaryrefslogtreecommitdiff
path: root/ldap
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-09-16 21:35:05 +0200
committerJonas Smedegaard <dr@jones.dk>2008-09-16 21:35:05 +0200
commitc4c627dec5d3e65e7c661d9955251f051431a6e2 (patch)
tree7333d0d311a6e2a0b4b31cde7d0902758f58e588 /ldap
parentfb7d602122d8e6ef97f81056967d909f42a7f2f7 (diff)
Emit hint of object about to change password for.
Diffstat (limited to 'ldap')
-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