X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=userdir-ldap-slapd.conf.in;h=4e4c92a8e10bfc79152b627fc9b0df0cf0bc80b8;hb=6b038cc113dde577b9cc19c62656bf6d2b41362d;hp=70a338d7cdf81c802967f202c1641a55fd58a2a0;hpb=63e10ef9fdfa946a0e9ae32619b8d9b9eba71dee;p=mirror%2Fuserdir-ldap.git diff --git a/userdir-ldap-slapd.conf.in b/userdir-ldap-slapd.conf.in index 70a338d..4e4c92a 100644 --- a/userdir-ldap-slapd.conf.in +++ b/userdir-ldap-slapd.conf.in @@ -1,5 +1,5 @@ # The backend type, ldbm, is the default standard -database bdb +database hdb # The base of your directory suffix "@@DN@@" @@ -8,8 +8,8 @@ suffix "@@DN@@" directory "/var/lib/ldap" # Indexing options -index gecos,cn,sn,uid,ircNick,hostname,emailForward pres,eq,sub -index keyfingerprint,homeDirectory,objectClass,loginShell pres,eq +index gecos,cn,sn,uid,ircNick,hostname,emailForward pres,eq,sub,approx +index keyfingerprint,homeDirectory,objectClass,loginShell,supplementaryGid pres,eq index c,gender,dnsZoneEntry,birthDate,gidNumber,uidNumber pres,eq # Don't limit queries to the default of 500 @@ -18,50 +18,57 @@ sizelimit 10000 # Save the time that the entry gets modified lastmod on -# owner writeable -access to attrs=userPassword,sudoPassword + +## +## prefix some rules that only apply to certain clients +## and grant them more privileges +## + +# LDAP admins have full access, so has sshdist +access to * by group="cn=LDAP Administrator,ou=users,@@DN@@" write - by dn="uid=sshdist,ou=users,@@DN@@" write + by dn="uid=sshdist,ou=users,@@DN@@" write + by * break + +# allow keyring maint to write to the keyFingerPrint attribute +# (make an exception for adm for security reasons) +access to filter="(!(supplementaryGid=adm))" attrs=keyFingerPrint + by dn="cn=Keyring Maintainers,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,bATVToken by self write + by * break + + +## +## All ACLs from here on result in a decision. no fall through to later. +## + +# allow authn/z by anyone +access to attrs=userPassword,sudoPassword,bATVToken by * compare +# readable only by self access to attrs=sshrsaauthkey - by group="cn=LDAP Administrator,ou=users,@@DN@@" write - by dn="uid=sshdist,ou=users,@@DN@@" write by self read - by * compare + by * none -# debian readable -access to attrs=activity-pgp,activity-from,dnsZoneEntry - by group="cn=LDAP Administrator,ou=users,@@DN@@" write - by dn="uid=sshdist,ou=users,@@DN@@" write +# debian.org readable, authenticated user readable +access to attrs=activity-pgp,activity-from,dnsZoneEntry,c,l,loginShell,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, 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 - by group="cn=LDAP Administrator,ou=users,@@DN@@" write - by dn="uid=sshdist,ou=users,@@DN@@" write - by self write +# authenticated user readable +access to attrs=facsimileTelephoneNumber,telephoneNumber,postalAddress,postalCode,privateSub,latitude,longitude,VoIP by dn.regex="uid=.*,ou=users,@@DN@@" read - by peername.ip=127.0.0.1 read - by domain=alioth.debian.org none - by domain.subtree=@@DOMAIN@@ read by * none -# owner writeable, authenticated user readable -access to attrs=facsimileTelephoneNumber,telephoneNumber,postalAddress,postalCode,loginShell,onVacation,privateSub,latitude,longitude,VoIP - by group="cn=LDAP Administrator,ou=users,@@DN@@" write - by dn="uid=sshdist,ou=users,@@DN@@" write - by self write - by dn.regex="uid=.*,ou=users,@@DN@@" read - by * none -# globally readable +# rest is globally readable access to * - by group="cn=LDAP Administrator,ou=users,@@DN@@" write - by dn="uid=sshdist,ou=users,@@DN@@" write by * read