and update ldap schema and acls appropriately. *cough*
authorStephen Gran <steve@lobefin.net>
Sun, 15 Nov 2009 15:18:40 +0000 (15:18 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 15 Nov 2009 15:18:40 +0000 (15:18 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
userdir-ldap-slapd.conf.in
userdir-ldap.schema

index 72433f0..e5ffb6b 100644 (file)
@@ -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
index fd29592..1be2c29 100644 (file)
@@ -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
        ) )