summaryrefslogtreecommitdiff
path: root/ldap
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-12-02 11:49:07 +0100
committerJonas Smedegaard <dr@jones.dk>2008-12-02 11:49:07 +0100
commit533a8aba4b4f2184aa4ab786d219ced7034b64ab (patch)
tree592db8752bfa873e0d7db0b0291797665aaa93ae /ldap
parent0f17fba5022a5b8cb8b74f312807cf755c59200c (diff)
Fix bogusly base64'ed userPasswords.
Diffstat (limited to 'ldap')
-rw-r--r--ldap/db/cipux_rolegroup.ldif.in2
-rw-r--r--ldap/db/cipux_roleuser.ldif.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/ldap/db/cipux_rolegroup.ldif.in b/ldap/db/cipux_rolegroup.ldif.in
index d6d3a9d..e974caf 100644
--- a/ldap/db/cipux_rolegroup.ldif.in
+++ b/ldap/db/cipux_rolegroup.ldif.in
@@ -17,4 +17,4 @@ objectClass: top
objectClass: posixGroup
objectClass: cipuxGroup
structuralObjectClass: posixGroup
-userPassword:: {crypt}x
+userPassword: {crypt}x
diff --git a/ldap/db/cipux_roleuser.ldif.in b/ldap/db/cipux_roleuser.ldif.in
index 9a4fef8..c97e660 100644
--- a/ldap/db/cipux_roleuser.ldif.in
+++ b/ldap/db/cipux_roleuser.ldif.in
@@ -26,5 +26,5 @@ objectClass: imapUser
objectClass: cipuxAccount
uid: @ROLE@
uidNumber: @UID@
-userPassword:: {crypt}x
+userPassword: {crypt}x
structuralObjectClass: imapUser