[Samba] Problem with PAM/SSSD/SAMBA4.1.2

Rowland Penny rowlandpenny at googlemail.com
Thu Nov 28 08:17:30 MST 2013


On 28/11/13 14:42, Bernd Schuhmacher wrote:
> Hi
> Am 28.11.2013 15:17, schrieb Rowland Penny:
>> ...
>>> I tried winbind ... it even more worse now.
>>> I did the following:
>>> service sssd stop
>> Are you sure sssd is stopped?
> ps awux | grep sssd gives only the grep and service sssd status says 
> "sssd stop/waiting".
>> ....
>> Does 'getent passwd <a domain user>' return anything?
> No. ATM I only have Administraotr as a user and getent passwd 
> Administrator gives no answer.
>>
>> What OS are you using and just confirm that you are using 64bit
> It is Ubuntu 13.10 Server, 64 Bit (cheked with unamae -i)
>
>
> Kind regards
> Bernd
>
OK, you earlier posted that you did this:

ln -s /usr/local/samba/lib/libnss_winbind.so.2 /lib64/libnss_winbind.so
ln -s /lib64/libnss_winbind.so /lib64/libnss_winbind.so.2

Try this:

ln -s /usr/local/samba/lib/libnss_winbind.so.2 /lib/libnss_winbind.so
ln -s /lib/libnss_winbind.so /lib/libnss_winbind.so.2

This is what I have on my Linux Mint 13 (aka Ubuntu 12.04) 64 bit server

Rowland


More information about the samba mailing list