Displaying 1 result from an estimated 1 matches for "smbldap_bind_conf".
2007 Jan 27
0
debugging smbldap-useradd failures
...pm.orig 2007-01-27 15:50:05.000000000 +0100
+++ smbldap_tools.pm 2007-01-27 15:54:21.000000000 +0100
@@ -170,6 +170,7 @@
close (CONFIGFILE);
} else {
$conf{slaveDN}=$conf{slavePw}=$conf{masterDN}=$conf{masterPw}="";
+ warn ("Could not open smbLdap_bind_conf file as user with uid
$< is not root. Bind details not set\n");
}
# automatically find SID
if (not $conf{SID}) {
@@ -278,6 +279,7 @@
sub connect_ldap_master
{
+ my $mesg;
# bind to a directory with dn and password
my $ldap_master = Net::L...