Ricardo Stella wrote:
> 
> Alan DeKok wrote:
> >
> >   Read the documentation and configuration files.
> >
> 
> I already did and I'm still not clear on this...  I mean come on, it's
> confusing...  I understand how EAP would work, but still not clear on
> how you set up the authentication{} and authorize{} in the config
> file...
> 
> I searched the archives, and the only thing close by was a post about
> how to use an external source for passwords with EAP.  The answer was
> yes you can do it, but noone explained how...
> 
> Again, can anyone help ?

In radiusd.conf

authorize {
ldap
eap
}

authenticate {
eap
}

In authorize block, 
ldap should get the Configured password.
eap should set the authenticate type as EAP

In authenticate block,
eap authentication should take place.


-Raghu

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

Reply via email to