[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Authenticate with PAM (no LDAP) (REPOST)
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] Authenticate with PAM (no LDAP) (REPOST) |
Date: |
Sat, 06 Mar 2004 10:36:55 +0200 |
Greg G <address@hidden> wrote:
> radius auth required pam_unix_auth.so.1
> radius account required pam_unix_auth.so.1
pam_unix_auth.so.1 failed to authenticate the user, as shown by
the diagnostics below:
> Mar 02 13:58:13 Auth.debug: pam.c:130:pam_pass: pam_authenticate: 9
(It returns 0 if everything went OK).
> I know the password is correct, as I just set it. Any idea what I'm
> doing wrong here?
The password may be correct, but some other prerequisites needed for
pam_unix_auth.so are obviously missing. Try enabling debugging
diagnostics for pam_unix_auth.so. Usually this is done by giving it
"debug" or "audit" as its argument, but this may depend on the flavor
of PAM you are running.
Regards,
Sergey