From 960e75f177d57a0038bb4d3f2da9097627e6a1fa Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sat, 18 Aug 2012 18:15:29 +0200 Subject: [PATCH] allow listmasters to write to the privateSub attribute Signed-off-by: Martin Zobel-Helas --- userdir-ldap-slapd.conf.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userdir-ldap-slapd.conf.in b/userdir-ldap-slapd.conf.in index 66ac323..2ae78b3 100644 --- a/userdir-ldap-slapd.conf.in +++ b/userdir-ldap-slapd.conf.in @@ -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 -- 2.20.1