[SSSD-users] getent group empty output - no members shown

2019-03-29 Thread Hans Schou
Hi "getent group " does not give any output at all. However "getent passwd" looks correctly up in the AD: $ getent passwd zmir2 zmir2:*:2956636:100:Hans Schou:/home/zmir2:/bin/bash $ grep -c ^zmir2 /etc/passwd 0 nsswitch looks fine: $ egrep "^(group|passwd)" /etc/nsswitch.conf passwd: files

[SSSD-users] Re: getent group empty output - no members shown

2019-03-29 Thread James Ralston
On Fri, Mar 29, 2019 at 9:25 AM Hans Schou wrote: > "getent group " does not give any output at all. > However "getent passwd" looks correctly up in the AD: > > $ getent passwd zmir2 > zmir2:*:2956636:100:Hans Schou:/home/zmir2:/bin/bash > $ grep -c ^zmir2 /etc/passwd > 0 > > nsswitch looks fine: