This is a discussion on Re: force eap-type within the FreeRADIUS Users forums, part of the Networking and Network Related category; Kostas Kalevras a =E9crit : > On Tue, 22 Feb 2005, Marc Boisis wrote: > >> Hello world >> ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Kostas Kalevras a =E9crit :
> On Tue, 22 Feb 2005, Marc Boisis wrote: > >> Hello world >> I would like to force EAP-Type according to an ldap attribute . That=20 >> is to say between authorize ant authenticate. >> Is it possible and how ? > > > I think you just need to map the EAP-Type attribute to an ldap=20 > attribute in the user entry. That is, something like this: > > dn: uid=3Duser,ou=3Dpeople,dc=3Dcompany,dc=3Dcom > radiuscheckitem: EAP-Type :=3D EAP-TTLS > > authorize{ > eap > [...] > ldap > } > > authenticate{ > eap > } > >> >> >> - List info/subscribe/unsubscribe? See=20 >> http://www.freeradius.org/list/users.html >> > > --=20 > Kostas Kalevras Network Operations Center > kkalev@noc.ntua.gr National Technical University of Athens, Greece > Work Phone: +30 210 7721861 > 'Go back to the shadow' Gandalf > > - List info/subscribe/unsubscribe? See=20 > http://www.freeradius.org/list/users.html > > In fact I want to associate eap-type to the private-group-id attribute=20 like this if private-group-id=3D=3D1 then EAP-Type=3DEAP-TTLS if private-group-id=3D=3D1 then EAP-Type=3DEAP-PEAP but users file is not read between authorize and authenticate How can I do ? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |