summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4b0ae24)
raw | patch | inline | side by side (parent: 4b0ae24)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Sep 2007 07:31:55 +0000 (07:31 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Sep 2007 07:31:55 +0000 (07:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7291 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/openldap/slapd.conf | patch | blob | history |
index bf34af0adce4da74368f24a32c1966f03b069360..ba0c98680dc7163279d432c59ce82ce573fb19c8 100644 (file)
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
# Where the dynamically loaded modules are stored
modulepath /usr/lib/ldap
-moduleload back_bdb
+moduleload back_hdb
moduleload back_monitor
#moduleload back_shell
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"