Bug 4191 - roaming profiles not saved back to server if profiles placed in symlinked directories
Summary: roaming profiles not saved back to server if profiles placed in symlinked dir...
Status: NEW
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Config Files (show other bugs)
Version: 3.0.23c
Hardware: x64 Windows XP
: P3 major
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-27 09:05 UTC by DaLiV
Modified: 2006-10-27 09:05 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 DaLiV 2006-10-27 09:05:04 UTC
roaming profiles not saved back to server if profiles placed in symlinked directories

real place: /ha/home/samba/profiles
( it's drbd disk)
symbolik link: /home/samba -> /ha/home/samba

in config 
[profiles]
...
    path = /home/samba/profiles
...


result:
logon -> temporary profile created on local machine
logoff -> profile not writing back to server

expected writing


changing 
    path = /home/samba/profiles
to
    path = /ha/home/samba/profiles
result: all ok.