Bug 11183 - winbindd provides local users and group with domain prefix (as AD DC)
Summary: winbindd provides local users and group with domain prefix (as AD DC)
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Winbind (show other bugs)
Version: 4.2.0
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Stefan Metzmacher
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-30 06:27 UTC by Stefan Metzmacher
Modified: 2016-10-13 06:46 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Metzmacher 2015-03-30 06:27:40 UTC
In Samba 4.0 and 4.1 we had the following

# getent passwd administrator
S4XDOM\Administrator:*:0:100::/home/S4XDOM/Administrator:/bin/false
# getent passwd S4XDOM\\administrator
S4XDOM\Administrator:*:0:100::/home/S4XDOM/Administrator:/bin/false

With Samba 4.2.0 we have:

# getent passwd administrator
administrator:*:0:100::/home/S4XDOM/administrator:/bin/false
# getent passwd S4XDOM\\administrator
administrator:*:0:100::/home/S4XDOM/administrator:/bin/false

With the patches we have:

# getent passwd administrator
S4XDOM\administrator:*:0:100::/home/S4XDOM/administrator:/bin/false
# getent passwd S4XDOM\\administrator
S4XDOM\administrator:*:0:100::/home/S4XDOM/administrator:/bin/false
Comment 1 Stefan Metzmacher 2016-10-13 06:46:59 UTC
The patches are included in 4.3 and higher