Displaying 1 result from an estimated 1 matches for "wibindd".
Did you mean:
winbindd
2003 Sep 30
0
SUMMARY: Samba + KDE + winbind + home directories mounted off the Samba PDC - it can almost be done !! (as of September 30th 2003)
...ind.so /lib
chmod 755 /lib/libnss_winbind.so
ln -s /lib/libnss_winbind.so /lib/libnss_winbind.so.2
- join the samba client to the samba server domain
/usr/local/samba/bin/smbpasswd -j ADMN -r sc -U root
- start up the samba and winbind
/etc/init.d/samba.server start
/usr/local/samba/bin/wibindd (you need to prepare winbind start-up
script by yourself)
- configure winbind and PAM
cd ...samba-2.2.8a/source
make nsswitch/pam_winbind.so
cp nsswitch/pam_winbind.so /lib/security
chmod 755 /lib/security/pam_winbind.so
- compile and install pam_mount
gzip -d pam_mount.tar.gz
tar -...