Date: Mon Nov 17 18:00:43 2003 Author: vlendec Update of /data/cvs/samba/source/rpc_client In directory dp.samba.org:/tmp/cvs-serv20841
Modified Files: Tag: SAMBA_3_0 cli_pipe.c Log Message: This fixes a bug when establishing trust against a german W2k3 AD server. In the bind response to WKSSVC it does not send \PIPE\ntsvcs as NT4 (did not check w2k) but \PIPE\wkssvc. I'm not sure whether we should make this check at all, so making it a bit more liberal should hopefully not really hurt. Volker Revisions: cli_pipe.c 1.79.2.38 => 1.79.2.39 http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_pipe.c.diff?r1=1.79.2.38&r2=1.79.2.39