Hello,
<br>
<br>I've recently installed a FreeRadius server (v1.1.6) on a Debian
system to manage authentification on a Wifi mixed WPA/WPA2 (same SSID)
network.
<br>Everything is ok but I want to use the same server for WPA (MAC athentification + captive portal) and WPA2 (EAP-TTLS + LDAP).
<br>
<br>I want your help to configure the radiusd.conf file :
<br>
<br>
<br>I want to translate the following code (will be ok in 2.0 version but I must do it now) like your examples in the Wiki (<a class="moz-txt-link-freetext" href="http://wiki.freeradius.org/Fail-over">http://wiki.freeradius.org/Fail-over
</a> , "More Complex Configuration" section) :
<br>
<br>[...]
<br>
<br>authorize {
<br>
<br>eap
<br>    if ok {
<br>        ldap1
<br>        ldap2
<br>    }
<br>    else {
<br>        files
<br>    }
<br>}
<br>
<br>[...]
<br>
<br>
<br>How can I translate this with group and priority in order to work with 1.1.6 version?
<br>
<br>Thanks in advance for your help!
<br>
<br>Regards
<br>
<br>
<br>Thibault
<br>