Refer to cache_eap authorize method, not authenticate
authorAlan T. DeKok <aland@freeradius.org>
Mon, 11 Feb 2013 22:31:08 +0000 (17:31 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 12 Feb 2013 00:36:39 +0000 (19:36 -0500)
raddb/policy.d/eap

index 3d1c74d..695f537 100644 (file)
@@ -34,12 +34,12 @@ eap.authenticate {
                handled = 1
        }
        if (handled) {
-               cache_eap
+               cache_eap.authorize
 
                handled
        }
 
-       cache_eap       
+       cache_eap.authorize
 }
 
 #