1 Oct
2012
1 Oct
'12
10:20 a.m.
Am 20.09.2012 18:28, schrieb Phil Mayers:
If you edit rlm_ldap.c around line 1231, and change: if (!radius_xlat(url, sizeof(url), fmt, request, func)) ...to: if (!radius_xlat(url, sizeof(url), fmt, request, ldap_escape_func)) ...this should work. I'll submit a one-liner.
I just upgraded to Version 2.2.0, included that small patch (and the one from John Dennis to keep the Radius Clients in LDAP) and it works perfecly. Thanks a lot!