Bug 2510 - smbc_getxattr_ctx() fails for some requested names
Summary: smbc_getxattr_ctx() fails for some requested names
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: libsmbclient (show other bugs)
Version: 3.0.12
Hardware: All Linux
: P3 major
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-21 21:42 UTC by Lars Müller
Modified: 2005-03-21 22: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 Lars Müller 2005-03-21 21:42:54 UTC
If system.nt_sec_desc.owner or system.nt_sec_desc.group are used with
smbc_getxattr_ctx() to request unresolved SIDs smbc_getxattr_ctx() returns with
EINVAL.

StrCaseCmp() returns with != 0 even if the strings are equal.  As a workaround
I've used StrnCaseCmp instead.
Comment 1 Lars Müller 2005-03-21 22:28:50 UTC
My fault.