Bug 2161 - Implement "trim default domain" to allow winbind fallback allocation
Summary: Implement "trim default domain" to allow winbind fallback allocation
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: User/Group Accounts (show other bugs)
Version: 3.0.9
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-15 03:36 UTC by Luke Mewburn
Modified: 2005-02-07 10:29 UTC (History)
0 users

See Also:


Attachments
trimdefaultdomain.patch (3.70 KB, patch)
2004-12-15 03:37 UTC, Luke Mewburn
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Mewburn 2004-12-15 03:36:19 UTC
Various people have the need to use any existing UNIX account for the UID
mapping,  yet still retain the ability for winbind to fake up UIDs for ADS-only
users.

I investigated various solutions to this problem, and it turns out that Samba
doesn't support this "as-is".  So I implemented a "trim default domain" feature.

See my discussions on samba@ and samba-technical@ in October 2004 for more
details, including:
original query:
  http://lists.samba.org/archive/samba/2004-October/094981.html
post with patch:
  http://www.dragoninc.on.ca/mail-archives/samba-technical/2004-10/0342.html
Comment 1 Luke Mewburn 2004-12-15 03:37:06 UTC
Created attachment 844 [details]
trimdefaultdomain.patch
Comment 2 Gerald (Jerry) Carter (dead mail address) 2005-02-07 10:29:43 UTC
Luke, I thought about this athe other day.  The check needs to 
be in winbindd I think in order to get consistent behavior
from shell utilities.  But I haven't come up with a way to 
do this without introducing race conditions.

Marking as wont fix since bugzilla doesn't have a "not accepting patch"
resolution field.