SSH - No authenticate method (Auth-Type)

Jaikanth Krishnaswamy jaikanth.krishnaswamy at gmail.com
Fri Feb 18 07:42:22 CET 2011


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 at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20110217/c6601bfb/attachment.html>


More information about the Freeradius-Users mailing list