X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=doc%2Fslapd-config.txt;h=cdf91916608f2ba2890fb6b6037d88fbae576687;hb=192b08454e66c7c753f47c1b4be1d89c5feac6c8;hp=856726f7566d9e2e1bf71cc2c1bf563e92403e57;hpb=57d51d7e5cc0a79bb97a55d9eaa0263a4cfc2005;p=mirror%2Fuserdir-ldap.git diff --git a/doc/slapd-config.txt b/doc/slapd-config.txt index 856726f..cdf9191 100644 --- a/doc/slapd-config.txt +++ b/doc/slapd-config.txt @@ -1,6 +1,13 @@ Most of the configuration of the ldap server has to do with getting correct access controls to keep the data safe. Here is a sample: + +# only allow plain text auth when we do crypto +security simple_bind=128 + +# and the database definition +database bdb + # Turn on automatic last modification time lastmod on @@ -27,7 +34,7 @@ access to attrs=emailforward by addr=127.0.0.1 read by domain=.*\.debian\.org read by * none -access to attrs=c,l,loginShell,ircNick,labeledURL +access to attrs=c,l,loginShell,ircNick by dn="uid=admin,ou=users,dc=debian,dc=org" write by group="uid=admin,ou=users,dc=debian,dc=org" write by self write @@ -42,8 +49,22 @@ access to * 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_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---------- +Note that in more modern versions of slapd, the "by addr" and "by domain" +syntax has changed and the following should be used instead: + by peername.ip=127.0.0.1 read + by domain.subtree=debian.org read + + + Here is the initial seed file to import and setup the proper entries: dn: dc=org