search for: check_path_on_tconx

Displaying 1 result from an estimated 1 matches for "check_path_on_tconx".

2004 Jan 07
0
Win2K3 ADS and Samba 3.0.1: Cannot access shares even with IP
.../error.c:error_packet(94) error string = Permission denied [2004/01/06 14:54:27, 3] smbd/error.c:error_packet(118) error packet at smbd/reply.c(286) cmd=117 (SMBtconX) NT_STATUS_BAD_NETWORK_NAME Here's the related code snippet from smbd/service.c: smbd/service.c:make_connection_snum: #if CHECK_PATH_ON_TCONX /* win2000 does not check the permissions on the directory during the tree connect, instead relying on permission check during individual operations. To match this behaviour I have disabled this chdir check (tridge) */ if (vfs_ChDir(conn,conn->connectpath) != 0) {...