summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 134dc46)
raw | patch | inline | side by side (parent: 134dc46)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Mar 2008 17:00:55 +0000 (17:00 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Mar 2008 17:00:55 +0000 (17:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9268 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/gosa-si-server | patch | blob | history |
diff --git a/gosa-si/gosa-si-server b/gosa-si/gosa-si-server
index e94868e3982c5f4687329a7ae17f051474ed93b6..667a8f8fc1510f4f28ca7fdfafcbdddd7c1cf243 100755 (executable)
--- a/gosa-si/gosa-si-server
+++ b/gosa-si/gosa-si-server
my ($pid_file, $procid, $pid, $log_file);
my ($arp_activ, $arp_fifo);
my ($xml);
-my ($ldap_uri, $ldap_base, $ldap_admin_dn, $ldap_admin_password);
my $sources_list;
my $max_clients;
# variables declared in config file are always set to 'our'
our $verbose;
our $forground;
our $cfg_file;
-our $ldap_handle;
+our ($ldap_handle, $ldap_uri, $ldap_base, $ldap_admin_dn, $ldap_admin_password );
+
# specifies the verbosity of the daemon_log
$verbose = 0 ;