sshrsaauthkey is only readble by self. everyone else does not even get to compare it
[mirror/userdir-ldap.git] / userdir-ldap-slapd.conf.in
index 0ac0ec2..2e9041d 100644 (file)
@@ -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