[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnu-radius] server side PAM authentication
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-gnu-radius] server side PAM authentication |
Date: |
Sat, 20 Jul 2002 22:24:35 +0300 |
> Could the absence of session messages from pam_pwdb.so be due to pam.c not
> calling pam_open_session()/pam_close_session() after successful
> pam_authenticate()?
Yes, probably so. I've just taken a look at the sources of
pam_pwdb.c: its open_session handler calls _unix_open_session
which seems to be issuing the diagnostics.
Regards,
Sergey