Ive installed and configured samba using

cd samba-3.0.21b/source
./autogen.sh
./configure --with-krb5=/usr/local \
            --with-automount \
            --with-pam \
            --with-utmp \
            --with-winbind \
            --with-libsmbclient \
                --with-ldap \
            --with-netlib='-lresolv'
make
make install
cp nsswitch/pam_winbind.so /usr/lib/security
cp nsswitch/libnss_winbind.so /lib/nss_winbind.so.1
ln -s /lib/nss_winbind.so.1 /usr/lib/nss_winbind.so.1

I can browse my samba shares and the active directory 2003 authentication works 
fine.

Ive modified pam.conf so rlogin should use pam_winbind

rlogin  auth sufficient /usr/lib/security/$ISA/pam_rhosts_auth.so.1
rlogin  auth sufficient /usr/lib/security/pam_winbind.so try_first_pass
rlogin  auth required   /usr/lib/security/$ISA/pam_unix.so.1

however if I try and login using 

rlogin -l AD03+richard.batty localhost

it fails but

wbinfo --authenticate=AD03+richard.batty%password 

works fine, any ideas?




This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to