Adjust default policy to reflect that - usually it makes no sense to
call data stores etc part way through eap.
# The module also sets the EAP-Type attribute in the request
# list, to the incoming EAP type.
#
- # The `eap` module returns `ok` if it is not yet ready to
+ # The `eap` module returns `ok` or `updated` if it is not yet ready to
# authenticate the user. The configuration below checks for
# that return value, and if so, stops processing the current
# section.
#
eap {
ok = return
+ updated = return
}
#