Code

Added functionality for waking clients - basically
[gosa.git] / gosa-si / server.conf
index 352bc566778e1e87bd11f238dd81815a9b4dda04..55c5d0a55052ef98629a562c3246cfab4ebc7984 100644 (file)
@@ -4,6 +4,7 @@ pid_file = /var/run/gosa-si-server.pid
 child_max = 10
 child_min = 2
 child_timeout = 10
+job_queue_timeout = 5
 
 [bus]
 bus_activ = on
@@ -14,17 +15,19 @@ bus_port = 20080
 [server]
 server_activ = on
 server_port = 20081
-server_passwd = secret-server-password
+SIPackages_key = secret-server-password
 max_clients = 5
+server_event_dir = /usr/lib/gosa-si/server/events
 
 [arp]
-arp_activ = off
-arp_fifo_path = /var/run/gosa-si/arp-notify
+arp_activ = on
+arp_interface = all
+ldap_uri = localhost
+ldap_base = dc=example,dc=com
+ldap_admin_dn = cn=ldapadmin,dc=example,dc=com
+ldap_admin_password = secret
 
 [gosa]
 gosa_activ = on
-gosa_ip = 127.0.0.1
-gosa_port = 20082
-gosa_passwd = secret-gosa-password
-gosa_timeout = 5                   
+GosaPackages_key = secret-gosa-password