Use new style syntax for unique overlay
authorStephen Gran <steve@lobefin.net>
Sun, 18 May 2008 19:41:39 +0000 (20:41 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 18 May 2008 19:41:39 +0000 (20:41 +0100)
doc/slapd-config.txt

index 122455d..5e39099 100644 (file)
@@ -46,8 +46,8 @@ access to *
 
 moduleload /usr/lib/ldap/unique.so
 overlay unique
-unique_base ou=users,dc=debian,dc=org
-unique_attributes uid keyFingerPrint
+unique_uri ldap:///ou=users,dc=debian,dc=org?uidNumber,uid,keyFingerPrint?sub
+unique_uri ldap:///ou=groups,dc=debian,dc=org?gidNumber,cn?sub
 
 # End----------