Code

Ă„nderung von add_ldap_entry() und change_ldap_entry() zu &search_ldap_entry($ldap_tre...
[gosa.git] / contrib / openldap / slapd.conf
index e542522d1a0568bb3483ff7031c5bed8170d07d3..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,22 +212,37 @@ 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
 index   uidNumber,gidNumber,memberuid                          eq
 index   gosaSubtreeACL,gosaObject,gosaUser                     pres,eq
 
+# Indexing for Kolab
+#index alias                                                   eq,sub
+#index kolabDeleteFlag                                         eq
+#index kolabHomeServer                                         eq
+#index  member                                                 pres,eq
+
 # Indexing for Samba 3
 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"
 
-# Make mods (writes entryUuid for kolab...)
+# Log modifications and write entryUUID
 lastmod on