X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=userdir-ldap-slapd.conf.in;h=2e9041d9e9323d8c53b88ee7e2f756c9bbd08742;hb=2774f019196ba06fd628c2f6099e65b0eb1ea9e4;hp=0ac0ec2863367bc07fae3e58161e28ef4eb8e891;hpb=87fd84901faae8535d065c420c2b2569e0b6bc20;p=mirror%2Fuserdir-ldap.git diff --git a/userdir-ldap-slapd.conf.in b/userdir-ldap-slapd.conf.in index 0ac0ec2..2e9041d 100644 --- a/userdir-ldap-slapd.conf.in +++ b/userdir-ldap-slapd.conf.in @@ -24,38 +24,36 @@ access to * by dn="uid=sshdist,ou=users,@@DN@@" write by * break -# owner writeable -access to attrs=userPassword,sudoPassword,bATVToken +# 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 by self write + by * break + +# allow authn/z by anyone +access to attrs=userPassword,sudoPassword,bATVToken by * compare + + +# readable only by self access to attrs=sshrsaauthkey by self read - by * compare - -# debian readable -access to attrs=activity-pgp,activity-from,dnsZoneEntry - by peername.ip=127.0.0.1 read - by domain=alioth.debian.org none - by domain.subtree=@@DOMAIN@@ read - by dn.regex="uid=.*,ou=users,@@DN@@" read by * none -# owner writeable, debian readable, authenticated user readable -access to attrs=c,l,loginShell,ircNick,labeledURI,icqUIN,jabberJID,onVacation,birthDate,mailDisableMessage,gender,emailforward,mailCallout,mailGreylisting,mailRBL,mailRHSBL,mailWhitelist,mailContentInspectionAction,mailDefaultOptions - by self write - by dn.regex="uid=.*,ou=users,@@DN@@" read +# debian.org readable, authenticated user readable +access to attrs=activity-pgp,activity-from,dnsZoneEntry,c,l,loginShell,ircNick,labeledURI,icqUIN,jabberJID,onVacation,birthDate,mailDisableMessage,gender,emailforward,mailCallout,mailGreylisting,mailRBL,mailRHSBL,mailWhitelist,mailContentInspectionAction,mailDefaultOptions by peername.ip=127.0.0.1 read by domain=alioth.debian.org none by domain.subtree=@@DOMAIN@@ read + by dn.regex="uid=.*,ou=users,@@DN@@" read by * none -# owner writeable, authenticated user readable +# authenticated user readable access to attrs=facsimileTelephoneNumber,telephoneNumber,postalAddress,postalCode,loginShell,onVacation,privateSub,latitude,longitude,VoIP - by self write by dn.regex="uid=.*,ou=users,@@DN@@" read by * none + # globally readable access to * by * read