Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2001 21:51:36 +0300
From:      Peter Pentchev <roam@ringlet.net>
To:        Artur Meski <erph@freebsd.net.pl>
Cc:        freebsd-security@freebsd.org
Subject:   Re: PAM - pam_chauthtok - 'Password expiry..'
Message-ID:  <20010804215136.B565@ringworld.oblivion.bg>
In-Reply-To: <20010804203853.A89377@rapid.black.pl>; from erph@freebsd.net.pl on Sat, Aug 04, 2001 at 08:38:53PM %2B0200
References:  <20010804200317.A89175@rapid.black.pl> <20010804213402.A565@ringworld.oblivion.bg> <20010804203853.A89377@rapid.black.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 04, 2001 at 08:38:53PM +0200, Artur Meski wrote:
> > What is the output of 'fgrep sshd /etc/pam.conf'?
> 
> sshd    auth    sufficient      pam_skey.so
> #sshd   auth    sufficient      pam_kerberosIV.so	try_first_pass
> sshd    auth    required        pam_unix.so		try_first_pass
> sshd    session required        pam_permit.so
> # "csshd" is for challenge-based authentication with sshd (TIS auth, etc.)
> csshd   auth    required        pam_skey.so

OK; can you try adding a line saying:

sshd	password	required	pam_permit.so

..and see if it works?  If it still gives the same error message,
try replacing 'password' with 'account'.  If it *still* doesn't work,
that would be weird.

G'luck,
Peter

-- 
If there were no counterfactuals, this sentence would not have been paradoxical.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




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