From e38844ce3fdea972e7d1bcbb1a6ffb5f75654a9d Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 30 May 2006 06:55:30 +0000 Subject: [PATCH] Fixed problem with acl's in new version git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3554 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/slapd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/openldap/slapd.conf b/contrib/openldap/slapd.conf index c2cd37d94..e542522d1 100644 --- a/contrib/openldap/slapd.conf +++ b/contrib/openldap/slapd.conf @@ -117,8 +117,8 @@ access to dn.subtree=cn=Monitor by * read # Access to schema information -access to dn.subtree="" - by dn="cn=ldapadmin,dc=gonicus,dc=de" read +#access to dn.subtree="" +# by * read # The userPassword/shadow Emtries by default can be # changed by the entry owning it if they are authenticated. @@ -198,11 +198,11 @@ database monitor # The backend type, ldbm, is the default standard database bdb cachesize 5000 -checkpoint 512 720 mode 0600 # The base of your directory suffix "dc=gonicus,dc=de" +checkpoint 512 720 # Sample password is "tester", generate a new one using the mkpasswd # utility and put the string after {crypt} -- 2.30.2