Code

Ă„nderung von add_ldap_entry() und change_ldap_entry() zu &search_ldap_entry($ldap_tre...
[gosa.git] / contrib / openldap / slapd.conf
index 48ab2befdbd226c0abd84ed7639c57c7f24af968..ba0c98680dc7163279d432c59ce82ce573fb19c8 100644 (file)
@@ -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"
@@ -235,6 +235,10 @@ index   sambaDomainName                                        eq
 #index  dhcpHWAddress                                          eq
 #index  dhcpClassData                                          eq
 
+# Indexing for DNS
+#index  zoneName                                               eq
+#index  relativeDomainName                                     eq
+
 # Where the database file are physically stored
 directory      "/var/lib/ldap"