Code

Fixed error in contributed slapd.conf
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Jun 2005 08:37:15 +0000 (08:37 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Jun 2005 08:37:15 +0000 (08:37 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@830 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/slapd.conf

index c36d438f492aad177a4ff2b3ad3997c69421103b..250a21e7180a3a9a102bf9c75f4e018605806e98 100644 (file)
@@ -146,9 +146,6 @@ index   objectClass                                            pres,eq
 index   uidNumber,gidNumber,memberuid                          eq
 index   gosaSubtreeACL,gosaObject,gosaUser                     pres,eq
 
-# Indexing for samba 2
-#index   rid,primaryGroupID                                     eq
-
 # Indexing for Samba 3
 index   sambaSID                                               eq
 index   sambaPrimaryGroupSID                                   eq
@@ -165,7 +162,6 @@ lastmod off
 # changed by the entry owning it if they are authenticated.
 # Others should not be able to see it, except the admin
 # entry below
-#access to attrs=userPassword,pwdLastSet,pwdMustChange,pwdCanChange,shadowMax,shadowExpire
 access to attrs=userPassword,sambaPwdLastSet,sambaPwdMustChange,sambaPwdCanChange,shadowMax,shadowExpire
        by dn="cn=ldapadmin,dc=gonicus,dc=de" write
        by dn.regex="uid=[^/]+/admin\+(realm=GONICUS.LOCAL)?" write
@@ -196,7 +192,6 @@ access to attrs=gotoLastUser
 # by the entry owning it if they are authenticated.
 # Others should not be able to see it, except the
 # admin entry below
-access to attrs=lmPassword,ntPassword
 access to attrs=sambaLmPassword,sambaNtPassword
        by dn="cn=ldapadmin,dc=gonicus,dc=de" write
        by dn.regex="uid=[^/]+/admin\+(realm=GONICUS.LOCAL)?" write