allow listmasters to write to the privateSub attribute
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 18 Aug 2012 16:15:29 +0000 (18:15 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 18 Aug 2012 16:15:29 +0000 (18:15 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
userdir-ldap-slapd.conf.in

index 66ac323..2ae78b3 100644 (file)
@@ -47,6 +47,11 @@ access to filter="(!(supplementaryGid=adm))" attrs=keyFingerPrint
        by group="cn=Keyring Maintainers,ou=users,@@DN@@" write
        by * break
 
+# allow listmasters to write to the privateSub attribute
+access to attrs=privateSub
+       by group="cn=Listmasters,ou=users,@@DN@@" write
+       by * break
+
 # allow users write access to an explicit subset of their fields
 access to attrs=c,l,loginShell,ircNick,labeledURI,icqUIN,jabberJID,onVacation,birthDate,mailDisableMessage,gender,emailforward,mailCallout,mailGreylisting,mailRBL,mailRHSBL,mailWhitelist,mailContentInspectionAction,mailDefaultOptions,facsimileTelephoneNumber,telephoneNumber,postalAddress,postalCode,loginShell,onVacation,privateSub,latitude,longitude,VoIP,userPassword,sudoPassword,webPassword,voipPassword,bATVToken
        by self write