Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2000 00:57:36 -0500 (EST)
From:      Luoqi Chen <luoqi@watermarkgroup.com>
To:        freebsd-current@FreeBSD.ORG, ust@cert.siemens.de
Cc:        markm@FreeBSD.ORG, mharo@FreeBSD.ORG
Subject:   Re:  Problem with rlogin and /etc/pam.conf
Message-ID:  <200001040557.AAA07921@lor.watermarkgroup.com>

next in thread | raw e-mail | index | archive | help
> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001040557.AAA07921>