Date: Mon Jun 30 20:45:13 2003
Author: jerry
Update of /data/cvs/samba/source
In directory dp.samba.org:/tmp/cvs-serv29095
Modified Files:
Tag: SAMBA_3_0
Makefile.in
Log Message:
* cleanup more DC name resolution issues in check_*domain_security()
* is_trusted_domain() is broken without winbind. Still working on this.
* get_global_sam_name() should return the workgroup name unless we
are a standalone server (verified by volker)
* Get_Pwnam() should always fall back to the username (minus domain name)
even if it is not our workgroup so that TRUSTEDOMAIN\user can logon
if 'user' exists in the local list of accounts (on domain members w/o
winbind)
Tested using Samba PDC with trusts (running winbindd) and a Samba 3.0
domain member not running winbindd.
notes: make_user_info_map() is slightly broken now due to the
fact that is_trusted_domain() only works with winbindd. disabled
checks temporarily until I can sort this out.
Revisions:
Makefile.in 1.468.2.130 => 1.468.2.131
http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.468.2.130&r2=1.468.2.131