userdir-ldap-slapd.conf.in: explicitly list readable attributes. End with 'by *...
authorPeter Palfrader <peter@palfrader.org>
Mon, 14 May 2012 16:45:39 +0000 (18:45 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 14 May 2012 16:45:39 +0000 (18:45 +0200)
debian/changelog
userdir-ldap-slapd.conf.in

index b8327dd..a0e969c 100644 (file)
@@ -68,7 +68,11 @@ userdir-ldap (0.3.80) UNRELEASED; urgency=low
     - add webPasswords
     - add mailPreserveSuffixSeperator
 
- -- Peter Palfrader <weasel@debian.org>  Wed, 11 Apr 2012 10:55:17 +0200
+  [ Peter Palfrader ]
+  * userdir-ldap-slapd.conf.in: explicitly list readable attributes.
+    End with 'by * none'.
+
+ -- Peter Palfrader <weasel@debian.org>  Mon, 14 May 2012 18:45:07 +0200
 
 userdir-ldap (0.3.79) unstable; urgency=low
 
index 12a50be..1f4d58b 100644 (file)
@@ -79,11 +79,13 @@ access to attrs=facsimileTelephoneNumber,telephoneNumber,postalAddress,postalCod
        by dn.regex="uid=.*,ou=users,@@DN@@" read
        by * none
 
-
 # rest is globally readable
-access to *
+access to access,accountComment,accountStatus,admin,allowedGroups,allowedHost,architecture,bandwidth,cn,comment,dc,description,disk,distribution,dn,dnsTTL,dnsZoneEntry,exportOptions,gecos,gid,gidNumber,homeDirectory,host,hostname,icqUin,ipHostNumber,ircNick,jabberJID,keyFingerPrint,labeledURI,mXRecord,machine,member,memory,mn,objectClass,ou,physicalHost,purpose,shadowExpire,shadowLastChange,shadowMax,shadowMin,shadowWarning,sn,sponsor,sponsor-admin,sshRSAHostKey,status,subGroup,supplementaryGid,uid,uidNumber
        by * read
 
+access to *
+       by * none
+
 
 database hdb
 directory       "/var/lib/ldap-log"