Bug 9711 - Windbind does not prefix groups with domain (in nsswitch calls)
Summary: Windbind does not prefix groups with domain (in nsswitch calls)
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Winbind (show other bugs)
Version: 4.0.1
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-12 12:05 UTC by Michael Adam
Modified: 2013-03-21 10:55 UTC (History)
1 user (show)

See Also:


Attachments
patchset for 4.0 cherry-picked from master (3.93 KB, patch)
2013-03-12 12:08 UTC, Michael Adam
obnox: review+
abartlet: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Adam 2013-03-12 12:05:56 UTC
In Samba 4.0, the winbind sevice prefixes users with the domain
(as in DOMAIN\user), but not so for groups, i.e. the calls
getgrnam, getgrent, and getgrgid don't add the domain prefix.

This should be added for consistency.
Comment 1 Michael Adam 2013-03-12 12:08:54 UTC
Created attachment 8634 [details]
patchset for 4.0 cherry-picked from master

Patch from master.
Comment 2 Michael Adam 2013-03-12 16:14:57 UTC
Assigning to Karolin for 4.0.NEXT
Comment 3 Karolin Seeger 2013-03-21 08:47:53 UTC
Pushed to autobuild-v4-0-test.
Comment 4 Karolin Seeger 2013-03-21 10:55:04 UTC
Pushed to v4-0-test.
Closing out bug report.

Thanks!