summaryrefslogtreecommitdiff
path: root/ldap/mkldapdb
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-27 00:05:10 +0100
committerJonas Smedegaard <dr@jones.dk>2008-10-27 00:05:15 +0100
commit64eca7daee3fcb7ab5e5e65d54ccb792ba01bfa6 (patch)
tree013936fba44c72a09bc7e62e0cb3d1775be6811d /ldap/mkldapdb
parentb4342963abdf233484d2b7e35deb1a954d3ae263 (diff)
Use bogus initial ldap passwords (not lame cleartext ones).
Also, strip autogenerated noise from cipux_role ldif files.
Diffstat (limited to 'ldap/mkldapdb')
-rwxr-xr-xldap/mkldapdb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldap/mkldapdb b/ldap/mkldapdb
index 5e6052f..77cb6d5 100755
--- a/ldap/mkldapdb
+++ b/ldap/mkldapdb
@@ -94,6 +94,7 @@ for db in passwd group; do
file=$(($file + 1))
done
+# FIXME: Set core password using slappasswd or similar (no cleartext password!)
#invoke-rc.d slapd stop
#slapadd -l "$tempdir/99_core.ldif"
#invoke-rc.d slapd start