Displaying 2 results from an estimated 2 matches for "null_ok".
Did you mean:
null_tok
2003 Nov 10
1
Problem with winbind and pam
Hi
I'Ve set up winbind with Suse 9.0 and Samba 3.0.1
Everything i working fine exepct pam configuration
How can I use pam_winbind and pam_unix2 ?
> auth sufficient pam_winbind.so
> auth required pam_unix2.so use_first_pass null_ok
unix-users can login with correct password. NT-users can
login with any password, even wrong passwords!
> auth required pam_winbind.so
> auth required pam_unix2.so use_first_pass null_ok
unix-users can't login anymore
The example in samba howto us using "suff...
2001 Aug 17
1
Comment Re: http://www.openssh.com/faq.html#3.2
The analysis given in section 3.2 of the portable OpenSSH FAQ regarding
"Empty passwords not allowed with PAM authentication"
appears to be specific to Linux's pam_unix.so. No mention is made that
this is in fact a Linux-specific remedy. Some text should probably be
added to this extent.
If anyone has worked on this on Solaris 8 I'd be interested to hear what
solution was