Displaying 1 result from an estimated 1 matches for "sokolova".
Did you mean:
sokolov
2011 Sep 20
1
getent group not listing domain groups / wbinfo -r not working
...aintext and
challenge-response) and wbinfo -K.
nsswitch.conf:
> passwd: compat winbind
> group: compat winbind
As far as I can tell, nsswitch.conf is also configured properly, since
`getent passwd` dumps local users, waits about .2 seconds, and dumps
domain users:
> sasa.sokolova:*:10283:10001:Sasa
> Sokolova:/home/LIONSK/sasa.sokolova:/bin/false
> adam.szabados:*:10284:10001:Adam
> Szabados:/home/LIONSK/adam.szabados:/bin/false
(All domain users are members of group '10001', is this normal?)
However, `getent group` lists only local groups. No waiting tim...