Displaying 2 results from an estimated 2 matches for "add_ret".
Did you mean:
add_req
2003 Jan 20
1
LDAP PDC, net rpc vampire
still digging at this:
[2003/01/20 14:26:38, 2] passdb/pdb_ldap.c:ldapsam_connect_system(421)
ldap_connect_system: succesful connection to the LDAP server
[2003/01/20 14:26:38, 4] passdb/pdb_ldap.c:ldapsam_open(472)
The LDAP server is succesful connected
[2003/01/20 14:26:38, 4] passdb/pdb_ldap.c:ldapsam_getsampwnam(1573)
We don't find this user [Administrator] count=0
[2003/01/20
2003 Jan 21
2
sort-of fix for net rpc vampire account creation
...: /cvsroot/samba/source/utils/net_rpc_samsync.c,v
retrieving revision 1.16
diff -a -u -r1.16 net_rpc_samsync.c
--- source/utils/net_rpc_samsync.c 20 Dec 2002 20:23:06 -0000 1.16
+++ source/utils/net_rpc_samsync.c 21 Jan 2003 12:13:36 -0000
@@ -318,6 +318,24 @@
add_ret = smbrun(add_script,NULL);
DEBUG(1,("fetch_account: Running the command `%s' "
"gave %d\n", add_script, add_ret));
+ } else {
+ /* Need to add the user by other means */
+...