path: smbldap-tools_0.9.11-3/smbldap-config.pl # we first check if Samba is up and running my $test_smb=`pidof smbd`; chomp($test_smb); die "\nSamba needs to be started first !\n" if ($test_smb eq "" || not defined $test_smb);