7 Apr
2010
7 Apr
'10
3:46 p.m.
Zitiere Brian Candler B.Candler@pobox.com:
On Wed, Apr 07, 2010 at 12:25:48PM +0200, Arnold Jäger wrote:
Apr 07 11:38:45 auth: Info: passwd(user1,10.1.1.99): Password mismatch Apr 07 11:38:45 auth: Debug: passwd(user1,10.1.1.99):
CRYPT(password1) != 'x'At a guess, it looks like it's trying to match against the password field in /etc/passwd (where the password field just contains 'x') instead of /etc/shadow (where the real crypted password lives)
uuuuh - yes, you're right. Shame on us.
driver should be shadow (not passwd).
regards Arnold
What's your config?