X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-si%2Fgosa-si-server;h=667a8f8fc1510f4f28ca7fdfafcbdddd7c1cf243;hb=191429fc4e64f814840b5553977eed9118612ed3;hp=e94868e3982c5f4687329a7ae17f051474ed93b6;hpb=692d8c36ad47608eb51b29009669c3d5edb8c3e4;p=gosa.git diff --git a/gosa-si/gosa-si-server b/gosa-si/gosa-si-server index e94868e39..667a8f8fc 100755 --- a/gosa-si/gosa-si-server +++ b/gosa-si/gosa-si-server @@ -59,7 +59,6 @@ my ($known_modules); 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' @@ -78,7 +77,8 @@ our $no_arp; 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 ;