From: Peter Palfrader Date: Tue, 1 Jun 2010 15:10:05 +0000 (+0200) Subject: commenta update X-Git-Tag: userdir-ldap-0.3.77~7 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=fa62f24a933523637f9e6d48ec83e24e1878f157 commenta update --- diff --git a/userdir-ldap-slapd.conf.in b/userdir-ldap-slapd.conf.in index 2e9041d..9b576e7 100644 --- a/userdir-ldap-slapd.conf.in +++ b/userdir-ldap-slapd.conf.in @@ -18,6 +18,12 @@ sizelimit 10000 # Save the time that the entry gets modified lastmod on + +## +## prefix some rules that only apply to certain clients +## and grant them more privileges +## + # LDAP admins have full access, so has sshdist access to * by group="cn=LDAP Administrator,ou=users,@@DN@@" write @@ -29,12 +35,15 @@ access to attrs=c,l,loginShell,ircNick,labeledURI,icqUIN,jabberJID,onVacation,bi by self write by * break + +## +## All ACLs from here on result in a decision. no fall through to later. +## + # allow authn/z by anyone access to attrs=userPassword,sudoPassword,bATVToken by * compare - - # readable only by self access to attrs=sshrsaauthkey by self read @@ -54,6 +63,6 @@ access to attrs=facsimileTelephoneNumber,telephoneNumber,postalAddress,postalCod by * none -# globally readable +# rest is globally readable access to * by * read