17 Aug
2023
17 Aug
'23
12:27 p.m.
On 17/08/2023 17:18, Rodrigo Abrantes Antunes wrote:
Following this link I found that my inner tunnel file is missing the authorize section for ldap
https://github.com/FreeRADIUS/freeradius-server/blob/v3.2.x/raddb/sites-avai...
I added this in the end of authorize in inner tunnel:
if (!&control.Auth-Type && &User-Password) { update control { &Auth-Type := LDAP } }
Use "control:", not "control." The "." is v4 (unreleased development) terminology. I've updated the example. -- Matthew