search for: adduser_script

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

Did you mean: add_user_script
2002 Feb 15
0
smbd 2.2.2 code changes
..._ace() in set_nt_acl(). The later is a means of getting a SID-to-name mapping in local_sid_to_uid() when a local SID lookup fails. In this case a call is made to the PDC asking for a SID-to-name. If successfull it then: 1. passes the name to getpwname() if that fails it 2. passes the name to the adduser_script for creation, and retries #1. Also, wasn't quite sure what pdb_rid_is_user() was doing WRT lower bit and USER_RID_TYPE, so moving that routine to the bottom of local_sid_to_uid() took care of our problem for certain USER RID's being rejected. Regards, Mike Byrnes michael_byrnes@hp.com &...