search for: does_sid_exist

Displaying 1 result from an estimated 1 matches for "does_sid_exist".

2007 Nov 05
1
smbldap_tools error
...Samba 3 By Example.pdf and on Page 190 it has me run: [root@gomer ~]# smbldap-useradd -m -a test2 No such object at /usr/sbin//smbldap_tools.pm line 473. I am running smbldap_tools .0.9.4 and I have ran configure.pm and set it up correctly. The stanza in the code of line 473: # all entries = does_sid_exist($sid,$config{scope}) sub does_sid_exist { my $sid = shift; my $dn_group=shift; my $mesg = $ldap->search ( base => $dn_group, scope => $config{scope}, filter => "(sambaSID=$sid)"...