From fa62f24a933523637f9e6d48ec83e24e1878f157 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 1 Jun 2010 17:10:05 +0200 Subject: [PATCH] commenta update --- userdir-ldap-slapd.conf.in | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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 -- 2.20.1