Date: Mon Jun 30 20:45:13 2003 Author: jerry Update of /data/cvs/samba/source/libsmb In directory dp.samba.org:/tmp/cvs-serv29095/libsmb
Modified Files: Tag: SAMBA_3_0 namequery_dc.c trusts_util.c 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: namequery_dc.c 1.2.2.5 => 1.2.2.6 http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/namequery_dc.c.diff?r1=1.2.2.5&r2=1.2.2.6 trusts_util.c 1.4.2.3 => 1.4.2.4 http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/trusts_util.c.diff?r1=1.4.2.3&r2=1.4.2.4