Displaying 1 result from an estimated 1 matches for "pdb_rid_is_user".
2002 Feb 15
0
smbd 2.2.2 code changes
...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
<<posix_acls.c.diff>> <<passdb.c.diff>> <<Makefil...