Code

new function: send_user_msg
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 3 Mar 2008 17:00:55 +0000 (17:00 +0000)
committerrettenbe <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

index e94868e3982c5f4687329a7ae17f051474ed93b6..667a8f8fc1510f4f28ca7fdfafcbdddd7c1cf243 100755 (executable)
@@ -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 ;