Date: Thu Jul 3 14:36:42 2003
Author: abartlet
Update of /home/cvs/samba/source/rpc_parse
In directory dp.samba.org:/tmp/cvs-serv19109/rpc_parse
Modified Files:
Tag: SAMBA_3_0
parse_net.c
Log Message:
This patch takes the work the jerry did for beta2, and generalises it:
- The 'not implmented' checks are now done by all auth modules
- the ntdomain/trustdomain/winbind modules are more presise as to
what domain names they can and cannot handle
- The become_root() calls are now around the winbind pipe opening only,
not the entire auth call
- The unix username is kept seperate from the NT username, removing the
need for 'clean off the domain\' in parse_net.c
- All sid->uid translations are now validated with getpwuid() to put a very
basic stop to logins with 'half deleted' accounts.
Andrew Bartlett
Revisions:
parse_net.c 1.85.2.12 => 1.85.2.13
http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_net.c.diff?r1=1.85.2.12&r2=1.85.2.13