Did you make the appropriate symlinks for winbind.so ? I use Ubuntu and
mine look like the following:
root at server:/lib/x86_64-linux-gnu# ls -alh | grep winbind
lrwxrwxrwx 1 root root 40 Nov 23 14:45 libnss_winbind.so ->
/usr/local/samba/lib/libnss_winbind.so.2
lrwxrwxrwx 1 root root 40 Nov 23 14:45 libnss_winbind.so.2 ->
/usr/local/samba/lib/libnss_winbind.so.2
However your distribution may store them in a different location, so first
you need to find out where your other libnss files are at, and then cd to
that directory (in my example, cd /lib/x86_64-linux-gnu ) and then do a ln
-s /usr/local/samba/lib/libnss_winbind.so.2 ./ && ln -s
/usr/local/samba/lib/libnss_winbind.so.2 ./libnss_winbind.so
(that is a lower case LN not IN)
Ricky
On Wed, Feb 20, 2013 at 8:24 AM, Herv? H?noch <h.henoch at isc84.org>
wrote:
> Hello
>
> I use S4 file server with nsswitch.conf (ad server is another Linux with
> S4) :
>
> passwd: compat winbind
> group: compat winbind
>
> I wonder how it can be possible that :
>
> * getent passwd is ok
> * but getent group returns only local users (wbinfo -g is ok and
> gives domain user)
>
> Any idea ?
>
> Regards
>
> --
>
> Herv? H?noch
> Responsable informatique
> Institut Sainte Catherine
> 250 chemin de Baigne-Pieds
> CS 80005 --- 84918 AVIGNON cedex 9
> T?l?phone : 04.90.27.57.44
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:
lists.samba.org/**mailman/options/samba<lists.samba.org/mailman/options/samba>
>
--