Bug 9714 - Trusted Domain local groups are not listed when using id command.
Summary: Trusted Domain local groups are not listed when using id command.
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: Winbind (show other bugs)
Version: 3.6.12
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Michael Adam
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 12:44 UTC by Hemanth
Modified: 2013-03-13 12:46 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 Hemanth 2013-03-13 12:44:30 UTC
This is the same issue mentioned in bug 9052. I have tried the same test case with samba3.6.12 patched server. And here is the behavior..

setup and configuration:

EAST.USA.MYDOM.COM: 10.199.10.22

created a User: Hemanth

WEST.USA.MYDOM.COM: 10.199.10.23
created a Domain local group: east_users (made user Hemanth as part of this)
Made samba server joined to WEST domain.

# wbinfo -a=EAST_USA_MD\\hemanth%Password@123
plaintext password authentication succeeded
challenge/response password authentication succeeded

# id EAST_USA_MD\\hemanth
uid=1792541994(EAST_USA_MD\hemanth) gid=1792541185(EAST_USA_MD\domain users) groups=1792541185(EAST_USA_MD\domain users)

Here it did not list the domain local group east_users. 

But bug 9052 says this is fixed as part of 3.6.6.
Comment 1 Hemanth 2013-03-13 12:46:36 UTC
Entered Some wrong data..