Bug 8272 - getent not enumerating groups from active directory
Summary: getent not enumerating groups from active directory
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: User & Group Accounts (show other bugs)
Version: 3.5.8
Hardware: x64 All
: P5 normal
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-27 16:22 UTC by marco
Modified: 2019-01-24 12:35 UTC (History)
0 users

See Also:


Attachments
smb.conf (1.47 KB, text/plain)
2011-06-27 16:22 UTC, marco
no flags Details
Logs_Level10 (314.21 KB, application/x-zip-compressed)
2011-06-27 16:23 UTC, marco
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco 2011-06-27 16:22:50 UTC
Created attachment 6636 [details]
smb.conf

hi, 

i found the following issue after trying to integrate a new installation of samba.
i tried already different versions and it seems to be the same on all of them. i already did a new installation of the machine.

if i try to enumerate all users of the ad domain with wbinfo -u it lists all the ad users, also if i try to list them with their mapping, using getent passwd -> works perfectly!

but, on groups, the wbinfo -g works and lists all groups. not the getent group command. it does not list any of the ad groups. if i do an strace getent group, i can see, it is accessing winbind, but no groups are returned.
if i then tty it with an explicit group name (getent group 'domain admins') it gives me the group and mapping correctly. 

i have attached my smb.conf, and a Level 10 set of logfiles.

is there anything i failed to check, or might this be a bug?
Comment 1 marco 2011-06-27 16:23:14 UTC
Created attachment 6637 [details]
Logs_Level10
Comment 2 Björn Jacke 2019-01-24 12:35:36 UTC
sorry for the late reply, I'm confident that there is no such problem in recent samba versions