10 Mar
2015
10 Mar
'15
9:53 a.m.
On Mar 10, 2015, at 8:51 AM, Angel L. Mateo <amateo@um.es> wrote:
In the inner tunnel I have: server eduroam-inner-tunnel { authorize { preprocess suffix eap files_eduroam_inner mschap Autz-Type LDAP-MSCHAP { ldap-email } pap }
Which means you find the password in LDAP *after* the PAP module tries to normalize it. Don’t do that. The PAP module should be listed after the module which retrieves the password: ... Autz-Type LDAP-MSCHAP { ldap-email pap } pap } Alan DeKok.