Hi I'm setting up samba 3 (Debian Wheezy) as a member of a samba 4 domain. wbinfo -u and wbinfo -g are working getent passwd -s winbind is working getent group -s winbind is NOT working However, getent group domain\ users is working and I cam switch to a domain user with the command su Here is the output of getent with domain users root at member-01:~# getent group domain\ users domain users:x:10006: In which way should I investigate ?
On 21/10/15 12:11, thierry DeTheGeek wrote:> Hi > > I'm setting up samba 3 (Debian Wheezy) as a member of a samba 4 domain. > > wbinfo -u and wbinfo -g are working > getent passwd -s winbind is working > getent group -s winbind is NOT working > > However, getent group domain\ users is working and I cam switch to a domain > user with the command suDoes 'getent group -s winbind domain\ users' work?> > Here is the output of getent with domain users > > root at member-01:~# getent group domain\ users > domain users:x:10006: > > In which way should I investigate ?Investigate what? everything seems to be working correctly. Rowland
Got it ! After running winbindd in foregroud and debug mode I noticed winbind giveup if it encouteers a group without and ID. Adding a GID to every group, including those created by samba resolved the issue. 2015-10-21 13:11 GMT+02:00 thierry DeTheGeek <dethegeek at gmail.com>:> Hi > > I'm setting up samba 3 (Debian Wheezy) as a member of a samba 4 domain. > > wbinfo -u and wbinfo -g are working > getent passwd -s winbind is working > getent group -s winbind is NOT working > > However, getent group domain\ users is working and I cam switch to a > domain user with the command su > > Here is the output of getent with domain users > > root at member-01:~# getent group domain\ users > domain users:x:10006: > > In which way should I investigate ? >
On 21/10/15 17:22, thierry DeTheGeek wrote:> Got it ! > > After running winbindd in foregroud and debug mode I noticed winbind giveup > if it encouteers a group without and ID. > > Adding a GID to every group, including those created by samba resolved the > issue. >Hi, you shouldn't have to add gidNumber attributes to every group, can you please post your smb.conf Rowland