From: cajus Date: Fri, 24 Jun 2005 08:37:15 +0000 (+0000) Subject: Fixed error in contributed slapd.conf X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6894a56d887501dd1d040f547af0a93c04d0971e;p=gosa.git Fixed error in contributed slapd.conf git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@830 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/slapd.conf b/contrib/openldap/slapd.conf index c36d438f4..250a21e71 100644 --- a/contrib/openldap/slapd.conf +++ b/contrib/openldap/slapd.conf @@ -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