> Hi all,
>
> on two 4.0-CURRENT boxes (cvsuped today) I got the following response when
> trying to rlogin to it:
>
> # rlogin indiana
> assword:
>
> A typed-in password is echoed in cleartext.
>
> The only thing that helps is to comment out the second-last line in
> /etc/pam.conf:
>
> # other auth required pam_unix.so try_first_pass
>
> But this gives an error message when first using the login at the console.
>
> Any help on this? Did I miss something?
>
My work around to this problem is to add the following line to /etc/pam.conf,
rshd auth sufficient pam_deny.so
We probably should change the last two default entries to use the pam_deny
module, pam_unix requires stdin/out/err/ctty, which may not be present in
all cases.
-lq
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message