Corrected example
authorAlan T. DeKok <aland@freeradius.org>
Fri, 24 Dec 2010 10:23:52 +0000 (11:23 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 25 Dec 2010 08:47:29 +0000 (09:47 +0100)
It belongs in the eap2{} module, not in the eap{} module

raddb/experimental.conf

index e2488af..3db2f30 100644 (file)
                mschapv2 {
                }
 
+               fast { 
+                       pac_opaque_encr_key = 000102030405060708090a0b0c0d0e0f 
+                       eap_fast_a_id = xxxxxx 
+                       eap_fast_a_id_info = my_server 
+                       eap_fast_prov = 3
+                       pac_key_lifetime = 604800 # 7 days
+                       pac_key_refresh_tim = 86400
+               } 
+
                #  LEAP is NOT supported by this module.
                #  Use the "eap" module instead.
 
                        } 
                }
                }
-
-               fast { 
-                       pac_opaque_encr_key = 000102030405060708090a0b0c0d0e0f 
-                       eap_fast_a_id = xxxxxx 
-                       eap_fast_a_id_info = my_server 
-               } 
        }