From fd56ede2b6c6590616d66b524734dacfaf1a8f1b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 12 Mar 2003 15:41:39 +0000 Subject: adding some initiaial code to sert %a to Win2K3 (using Native LanMan string from .NET RC2) (This used to be commit e074cab810f9299d0b27881cddf8a74f10fe233e) --- source3/smbd/sesssetup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/smbd') diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c index b0ef78f447..7e28592eeb 100644 --- a/source3/smbd/sesssetup.c +++ b/source3/smbd/sesssetup.c @@ -593,6 +593,8 @@ int reply_sesssetup_and_X(connection_struct *conn, char *inbuf,char *outbuf, if ( ra_type == RA_WIN2K ) { if ( 0 == strcmp( native_lanman, "Windows 2002 5.1" ) ) set_remote_arch( RA_WINXP ); + else if ( 0 == strcmp( native_lanman, "Windows .NET 5.2" ) ) + set_remote_arch( RA_WIN2K3 ); } -- cgit