Code

Ă„nderung von add_ldap_entry() und change_ldap_entry() zu &search_ldap_entry($ldap_tre...
[gosa.git] / contrib / openldap / slapd.conf
index 758afe23e0ff89c916b2ab564786682b39cf08fa..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"
@@ -212,6 +212,8 @@ rootpw  {crypt}OuorOLd3VqvC2
 # Indexing
 index   default                                                sub
 index   uid,mail                                               eq
+index   gosaSnapshotDN                                         eq
+index   gosaSnapshotTimestamp                                  eq,sub
 index   gosaMailAlternateAddress,gosaMailForwardingAddress     eq
 index   cn,sn,givenName,ou                                     pres,eq,sub
 index   objectClass                                            pres,eq
@@ -229,6 +231,13 @@ index   sambaSID                                               eq
 index   sambaPrimaryGroupSID                                   eq
 index   sambaDomainName                                        eq
 
+# Indexing for DHCP
+#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"