Skip to content

Commit

Permalink
Remove defunct EAP policies
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 authored Nov 26, 2024
1 parent e1cfb1e commit 38c29c4
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions raddb/policy.d/eap
Original file line number Diff line number Diff line change
@@ -1,43 +1,3 @@
#
# Response caching to handle proxy failovers
#
Xeap.authorize {
cache_eap
if (ok) {
#
# Expire previous cache entry
#
if (&control.State) {
&control.Cache-TTL := 0

cache_eap

&control -= &State[*]
}

handled
}
else {
eap.authorize
}
}

#
# Populate cache with responses from the EAP module
#
Xeap.authenticate {
eap {
handled = 1
}
if (handled) {
cache_eap.authorize

handled
}

cache_eap.authorize
}

#
# Forbid all EAP types. Enable this by putting "forbid_eap"
# into the "recv Access-Request" section.
Expand Down

0 comments on commit 38c29c4

Please sign in to comment.