From: rettenbe Date: Mon, 3 Mar 2008 17:00:55 +0000 (+0000) Subject: new function: send_user_msg X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=191429fc4e64f814840b5553977eed9118612ed3;p=gosa.git new function: send_user_msg git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9268 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 ;