Bug 8739 - auth_winbind drops universal groupmemberships for multi-hop trusted domains
Summary: auth_winbind drops universal groupmemberships for multi-hop trusted domains
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.6.1
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-02 07:52 UTC by Stefan Metzmacher
Modified: 2012-02-03 19:26 UTC (History)
3 users (show)

See Also:


Attachments
Patches for v3-6-test (4.00 KB, patch)
2012-02-02 13:58 UTC, Stefan Metzmacher
obnox: review+
jra: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Metzmacher 2012-02-02 07:52:52 UTC
wbcAuthUserInfo_to_netr_SamInfo3() only takes group sids which belong to the domain of the user.
Comment 1 Stefan Metzmacher 2012-02-02 13:58:28 UTC
Created attachment 7286 [details]
Patches for v3-6-test
Comment 2 Jeremy Allison 2012-02-02 22:02:24 UTC
Comment on attachment 7286 [details]
Patches for v3-6-test

I know I wasn't asked to review, but this is obviously correct !

Jeremy.
Comment 3 Michael Adam 2012-02-02 22:04:06 UTC
Comment on attachment 7286 [details]
Patches for v3-6-test

Obviously ACK since I analyzed and developed it together with Metze. :-)
Comment 4 Jeremy Allison 2012-02-02 22:11:35 UTC
Re-assigning to Karolin for inclusion in 3.6.next.

Jeremy.
Comment 5 Karolin Seeger 2012-02-03 19:26:27 UTC
Pushed to v3-6-test.
Closing out bug report.

Thanks!