20 Jul
2014
20 Jul
'14
10:10 a.m.
Zenon Mousmoulas wrote:
Right. I suppose it makes sense for rlm_eap to set Auth-Type to the instance name, while other modules don't do that, for example rlm_ldap (in 2.x)?
All of the other modules which authenticate users do this.
I don't want to use one instance for authenticate, but rather just use one section to match the Auth-Type and call the actual instance by other means. For example: ... This is obviously less efficient but would allow for more compact configuration.
I don't see why. It's not only inefficient, it's confusing. This is really not a recommended practice. Alan DeKok.