[Da-tools-commits] ./da-tools/userdir-ldap-common r403: Document how to use unique overlay for uid and keyFingerPrint

Stephen Gran steve at lobefin.net
Sun May 18 17:00:05 UTC 2008


------------------------------------------------------------
revno: 403
committer: Stephen Gran <steve at lobefin.net>
branch nick: userdir-ldap-common
timestamp: Sun 2008-05-18 18:00:05 +0100
message:
  Document how to use unique overlay for uid and keyFingerPrint
modified:
  debian/changelog
  doc/slapd-config.txt
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-05-18 12:05:08 +0000
+++ b/debian/changelog	2008-05-18 17:00:05 +0000
@@ -1,10 +1,14 @@
 userdir-ldap (0.3.XX) Xnstable; urgency=low
 
+  [ Peter Palfrader ]
   * ud-replicate: sgran pointed out that if all we care about ignoring is
     EEXIST then we should use mkdir -p instead of [ -d userkeys ] || mkdir
     userkeys.
 
- -- Peter Palfrader <weasel at debian.org>  Sun, 18 May 2008 13:40:04 +0200
+  [ Stephen Gran ]
+  * Document how to use unique overlay for uid and keyFingerPrint
+
+ -- Stephen Gran <sgran at debian.org>  Sun, 18 May 2008 17:58:46 +0100
 
 userdir-ldap (0.3.25+common1) unstable; urgency=low
 

=== modified file 'doc/slapd-config.txt'
--- a/doc/slapd-config.txt	2007-12-26 16:23:13 +0000
+++ b/doc/slapd-config.txt	2008-05-18 17:00:05 +0000
@@ -42,6 +42,13 @@
         by dn="uid=admin,ou=users,dc=debian,dc=org" write
         by group="uid=admin,ou=users,dc=debian,dc=org" write
 
+# Overlays are useful to enforce constraints:
+
+moduleload /usr/lib/ldap/unique.so
+overlay unique
+unique_base ou=users,dc=debian,dc=org
+unique_attributes uid keyFingerPrint
+
 # End----------
 
 Note that in more modern versions of slapd, the "by addr" and "by domain"



More information about the Da-tools-commits mailing list