From 98a2fff2e5dbcc6f125136f94ff552c3fb05cc01 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 30 Nov 2010 18:21:46 +0100 Subject: s3: re-add some debugs to check_reduced_name --- source3/smbd/vfs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index c636cbcb5e..2ebe2a1062 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -986,6 +986,8 @@ NTSTATUS check_reduced_name(connection_struct *conn, const char *fname) DEBUG(2, ("check_reduced_name: Bad access " "attempt: %s is a symlink outside the " "share path\n", fname)); + DEBUGADD(2, ("conn_rootdir =%s\n", conn_rootdir)); + DEBUGADD(2, ("resolved_name=%s\n", resolved_name)); SAFE_FREE(resolved_name); return NT_STATUS_ACCESS_DENIED; } -- cgit