From ea7d6d6e7ab0407b2b069e7d2b79531a8dea35f8 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sun, 19 Feb 2012 14:48:03 +0100 Subject: [PATCH] add webPassword --- userdir-ldap-slapd.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userdir-ldap-slapd.conf.in b/userdir-ldap-slapd.conf.in index 0669580..723b588 100644 --- a/userdir-ldap-slapd.conf.in +++ b/userdir-ldap-slapd.conf.in @@ -47,7 +47,7 @@ access to filter="(!(supplementaryGid=adm))" attrs=keyFingerPrint 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,bATVToken +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,bATVToken by self write by * break @@ -57,7 +57,7 @@ access to attrs=c,l,loginShell,ircNick,labeledURI,icqUIN,jabberJID,onVacation,bi ## # allow authn/z by anyone -access to attrs=userPassword,sudoPassword,bATVToken +access to attrs=userPassword,sudoPassword,webPassword,bATVToken by * compare # readable only by self -- 2.20.1