Fix bug 6382: Case insensitive access to DFS links broken
authorVolker Lendecke <vl@samba.org>
Wed, 20 May 2009 15:45:47 +0000 (17:45 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 2 Jun 2009 10:41:56 +0000 (12:41 +0200)
(cherry picked from commit cdc93a7edc6798078a7b21b1728a844437b6522b)

source/smbd/msdfs.c

index 28208bf0b592cfd287ad62f5fbfe3e9aa29f2f4c..184967c1077d4876038d3d3468bcf7d1c2dc6559 100644 (file)
@@ -260,6 +260,8 @@ static NTSTATUS create_conn_struct(TALLOC_CTX *ctx,
                return status;
        }
 
+       conn->fs_capabilities = SMB_VFS_FS_CAPABILITIES(conn);
+
        /*
         * Windows seems to insist on doing trans2getdfsreferral() calls on
         * the IPC$ share as the anonymous user. If we try to chdir as that