From: Stephen Gran Date: Sun, 15 Nov 2009 15:18:40 +0000 (+0000) Subject: and update ldap schema and acls appropriately. *cough* X-Git-Tag: userdir-ldap-0.3.75~4 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=9ae0266c86c4b8ea08f8af5727b9d3fb19b86f85 and update ldap schema and acls appropriately. *cough* Signed-off-by: Stephen Gran --- diff --git a/userdir-ldap-slapd.conf.in b/userdir-ldap-slapd.conf.in index 72433f0..e5ffb6b 100644 --- a/userdir-ldap-slapd.conf.in +++ b/userdir-ldap-slapd.conf.in @@ -19,7 +19,7 @@ sizelimit 10000 lastmod on # owner writeable -access to attrs=userPassword,sudoPassword +access to attrs=userPassword,sudoPassword,bATVToken by group="cn=LDAP Administrator,ou=users,@@DN@@" write by dn="uid=sshdist,ou=users,@@DN@@" write by self write diff --git a/userdir-ldap.schema b/userdir-ldap.schema index fd29592..1be2c29 100644 --- a/userdir-ldap.schema +++ b/userdir-ldap.schema @@ -536,7 +536,7 @@ objectclass ( 1.3.6.1.4.1.9586.100.4.3.1 jabberJID $ keyFingerPrint $ latitude $ longitude $ mn $ onVacation $ privateSub $ sshRSAAuthKey $ supplementaryGid $ access $ gender $ birthDate $ mailCallout $ mailGreylisting $ - mailRBL $ mailRHSBL $ mailWhitelist $ VoIP $ mailContentInspectionAction + mailRBL $ mailRHSBL $ mailWhitelist $ VoIP $ mailContentInspectionAction $ bATVToken ) ) objectclass ( 1.3.6.1.4.1.9586.100.4.3.2 @@ -557,5 +557,5 @@ objectclass ( 1.3.6.1.4.1.9586.100.4.3.3 SUP account STRUCTURAL MAY ( emailForward $ supplementaryGid $ allowedHost $ labeledURI $ mailCallout $ mailGreylisting $ mailRBL $ mailRHSBL $ - mailWhitelist $ dnsZoneEntry $ mailContentInspectionAction + mailWhitelist $ dnsZoneEntry $ mailContentInspectionAction $ bATVToken ) )