Displaying 1 result from an estimated 1 matches for "local_add_us".
Did you mean:
local_add_user
2003 Jan 21
2
sort-of fix for net rpc vampire account creation
...pt,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 */
+ int local_flags = LOCAL_ADD_USER; /* XXX */
+ BOOL ret;
+ pstring err_str;
+ pstring msg_str;
+
+ ret = local_password_change( account, local_flags, "NEWPASS" /* XXX */, err_str, sizeof( err_str ), msg_str, sizeof(msg_str));
+ if (*msg_str)...