Thanks Marc, I am trying to use the Freeradius for authentication and authorization of SSH users with the oracle backend. Not sure how I need to use the below info in my setup. Problems of being a newbie. On Thu, Feb 17, 2011 at 5:42 PM, Marc Phillips <rmarc@copacetic.net> wrote:
Sending Access-Request of id 58 to X.X.X.X port Y User-Name = "test" User-Password = "test" NAS-IP-Address = X.X.X.X NAS-Port = Y Framed-Protocol = PPP rad_recv: Access-Accept packet from host X.X.X.X port Y, id=58, length=38 The freeradius is setup with an oracle db backend.
I had something similar with PAM. What I did is have a user entry like:
DEFAULT Ldap-Group == "mygroup", Auth-Type = pam Reply-Message = "Hello (admin), %{User-Name}", Fall-Through = No
and in my sites-enabled default:
authorize { preprocess auth_log files ldap }
authenticate { pam }
You'll obviously have some sort of sql auth-type and probably won't need the LDAP stuff.
Hope this helps.
R. Marc - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html