> > > > testuser  Auth-Type := Local, User-Password == "mypassword"
> > >
> > > Try Auth-Type := System
> > >
> >
> > Well, Auth-Type := System would authenticate against local passwords
> > (right ?).  I used the above as a test to see if it would make a
> > difference, but clearly it didn't.
> 
> well, that's what i thought. but since my EAP didn't work, they all
> (Alan, Raghu) have proposed to use Auth-Type := System instead. so, it
> seems to be the vice versa?
> 

To avoid further confusion on this, I would suggest to use the
following,

testuser  User-Password == "mypassword"

In authorize block {
ldap,  -- if users are configured in ldap
files,  -- if users are configured in users file.
eap
}

authenticate {
eap
}


This way Server dynamically sets the authentication type.

-Raghu

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

Reply via email to