Code

update: add debug line in func get_ldap_handle() if connection to ldap is not possible
[gosa.git] / gosa-si / server.conf
index 8225c4fcfa0e7dd6db4a53d70f1493d7819b3732..657230c6b1d99c73b2ca502d1ba1416b79e36187 100644 (file)
@@ -2,18 +2,18 @@
 log-file = /var/log/gosa-si-server.log
 pid-file = /var/run/gosa-si-server.pid
 
-[bus]
-ip = localhost
-key = secret-bus-password
-
 [server]
 max-clients = 100
 ldap-uri = ldap://127.0.0.1
 ldap-base = dc=your,dc=domain
 ldap-admin-dn = cn=ldapadmin,dc=your,dc=domain
 ldap-admin-password = tester
+mysql-host = 127.0.0.1
+mysql-username = gosa_si
+mysql-password = gosa
+mysql-database = gosa_si
 
-[SIPackages]
+[ClientPackages]
 key = secret-server-password
 
 [ArpHandler]
@@ -23,3 +23,5 @@ enabled = false
 enabled = true
 key = secret-gosa-password
 
+[ServerPackages]
+key = secret-foreign-key