Sol8/pam_krb5/OpenSSH 3.0.2

Bob Smith b_smith44 at hotmail.com
Mon Feb 25 10:45:22 EST 2002


with the following pam.conf entries, after being prompted for a login 
password the connection is closed:

other   auth sufficient /usr/lib/security/$ISA/pam_krb5.so.1
other   auth required /usr/lib/security/$ISA/pam_unix.so.1 try_first_pass


the system logs the error:

sshd[4215]: fatal: input_userauth_info_response_pam: no authentication 
context


if the pam.conf entry is changed to the following less than desirable entry:

other   auth sufficient /usr/lib/security/$ISA/pam_unix.so.1
other   auth sufficient /usr/lib/security/$ISA/pam_krb5.so.1 try_first_pass


and 'UseLogin' is set to 'yes' then a user can login however scp fails. if 
the above pam.conf entry is used and 'UseLogin' is set to 'no' then both ssh 
and scp fail.

regardless of the pam.conf configuration, if 'UseLogin' is set to 'no' and 
the user is being authenticated by either pam_unix or pam_krb5 then password 
expiration (forced change) is ignored.

any help would be appreciated.


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.




More information about the openssh-unix-dev mailing list