search for: user_rid_type

Displaying 2 results from an estimated 2 matches for "user_rid_type".

2002 Sep 05
2
Migrating from TNG to 2.2
Hi, is there a HOWTO about migrating from Samba TNG to Samba 2.2? I have problems with the user profiles on the Windows client machines, they are recreated on login on the new Samba (2.2.5) machine. I copied the SID (with smbpasswd), /etc/passwd and smbpasswd to the new machine, and everything works fine, except for the user profiles. Currently we are not using server-saved profile, but we will
2002 Feb 15
0
smbd 2.2.2 code changes
...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>> <<Makefile.in.diff>> -------------- next part...