Bug 7920 - EA on symlinkes doesn't work
Summary: EA on symlinkes doesn't work
Status: NEW
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.5.4
Hardware: x64 Linux
: P3 normal
Target Milestone: ---
Assignee: Volker Lendecke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-16 04:25 UTC by Phil Anderson
Modified: 2011-01-16 04:28 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 Phil Anderson 2011-01-16 04:25:05 UTC
smbd/dosmode.c:255(get_ea_dos_attribute)
get_ea_dos_attributes: Cannot get attribute from EA on file <filename>: Error = Operation not supported
Comment 1 Phil Anderson 2011-01-16 04:28:51 UTC
Sorry - accidentally submitted before I typed the message.

When ea support = yes and follow symlinks = yes, symlinks won't be followed, with the following error logged:
smbd/dosmode.c:255(get_ea_dos_attribute)
get_ea_dos_attributes: Cannot get attribute from EA on file <filename>: Error =
Operation not supported

I tried setting and retrieving ACLs manually with setfacl/getfacl on the simlink it's self, as well as the destination, and it seemed to work, so I'm not sure why samba isn't working.