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

Bernd Schuhmacher samba at nmedien.de
Thu Nov 28 12:43:34 MST 2013


Hi

Am 28.11.2013 16:17, schrieb Rowland Penny:

> 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

That was the problem.
After finding another little error in the guide it works with winbind.

For any other trying to get it working, here are the problems (at least
for ubuntu 13.10, 64 Bit) on the wiki page
(https://wiki.samba.org/index.php/Samba4/Winbind):

1. 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
should be
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

2. ln -s /usr/local/samba/lib/security/pam_winbind.so /lib/security
should be
ln -s /usr/local/samba/lib/security/ /lib/security
or
mkdir /lib/security
ln -s /usr/local/samba/lib/security/pam_winbind.so
/lib/security/pam_winbind.so

After changing those things everything worked for me.

Thanks Rowland for helping.



More information about the samba mailing list