Hi everyone,
I'm currently trying to use Freeradius for authentication for our in-house
application with pam_radius_auth.
The thing is when my application uses /etc/pam.d/login, I am able to login
successfully, but when I use pam_radius_auth, I am still able to login
successfully but Freeradius (radiusd -X) does not show any messages at all, so
I'm not sure whether my application is using Freeradius for authentication or
not.
How can I be sure? Please advice.

The following are the steps I performed:
(1) Copying pam_radius_auth.conf to /etc/raddb/server 
(2) Copying pam_radius_auth.so /lib/security/pam_radius_auth.so 
(3) Adding the following three lines into /etc/pam.d/login:
    auth   required   /lib/security/pam_securetty.so
    auth   sufficient  /lib/security/pam_radius_auth.so
    auth   required   /lib/security/pam_unix_auth.so

Thanks in advance.
Best regards
Matthew

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to