The Samba-Bugzilla – Attachment 4171 Details for
Bug 6382
case insensitive dfs links broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0001-Fix-bug-6382-Case-insensitive-access-to-DFS-links-b.patch (text/plain), 758 bytes, created by
Volker Lendecke
on 2009-05-20 10:48:13 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2009-05-20 10:48:13 UTC
Size:
758 bytes
patch
obsolete
>From 88bfdc798c22ccf54255cceba306e8365cdc6aa9 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Wed, 20 May 2009 17:45:47 +0200 >Subject: [PATCH] Fix bug 6382: Case insensitive access to DFS links broken > >--- > source/smbd/msdfs.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/source/smbd/msdfs.c b/source/smbd/msdfs.c >index 28208bf..184967c 100644 >--- a/source/smbd/msdfs.c >+++ b/source/smbd/msdfs.c >@@ -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 >-- >1.6.2.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6382
: 4171