Bug 820 - msdfs root share doesn't honour %u substitution in path
Summary: msdfs root share doesn't honour %u substitution in path
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.0
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Rafal Szczesniak
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-26 03:11 UTC by Rafal Szczesniak
Modified: 2004-01-07 12:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafal Szczesniak 2003-11-26 03:11:26 UTC
If dfs root share (msdfs root = yes) has path set to e.g /tmp everything works
just fine. Once you set it to /tmp/%u, to serve dfs root different for each user
you get directory not accessible message on windows client.
Comment 1 Rafal Szczesniak 2003-11-26 03:14:34 UTC
Bug reported by Jacek Stepniewski <jacek.stepniewski@agora.pl>
Comment 2 Rafal Szczesniak 2004-01-07 12:07:51 UTC
%u substitution cannot be used since Windows client connects to dfs root share
anonymously. Actual logon is done when connecting to dfs node ie. a server's
share. This first GET_DFS_REFERRAL provides no information about user credentials.