From: cajus Date: Fri, 14 Sep 2007 07:31:55 +0000 (+0000) Subject: Updated slapd.conf example X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4d56cff64233820aebccd72848f6da4e94723712;p=gosa.git Updated slapd.conf example git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7291 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/slapd.conf b/contrib/openldap/slapd.conf index bf34af0ad..ba0c98680 100644 --- a/contrib/openldap/slapd.conf +++ b/contrib/openldap/slapd.conf @@ -14,8 +14,8 @@ include /etc/ldap/schema/inetorgperson.schema include /etc/ldap/schema/openldap.schema include /etc/ldap/schema/nis.schema include /etc/ldap/schema/misc.schema +include /etc/ldap/schema/trust.schema #include /etc/ldap/schema/krb5-kdc.schema -#include /etc/ldap/schema/trust.schema # These should be present for GOsa. In case of samba3, # replace samba.schema and gosa.schema by samba3.schema @@ -92,7 +92,7 @@ loglevel 1024 # Where the dynamically loaded modules are stored modulepath /usr/lib/ldap -moduleload back_bdb +moduleload back_hdb moduleload back_monitor #moduleload back_shell @@ -196,9 +196,9 @@ access to * database monitor # The backend type, ldbm, is the default standard -database bdb -cachesize 5000 -mode 0600 +database hdb +cachesize 5000 +mode 0600 # The base of your directory suffix "dc=gonicus,dc=de"