17 Aug
2023
17 Aug
'23
12:53 p.m.
It worked! Thanks a lot! Citando Matthew Newton via Freeradius-Users <freeradius-users@lists.freeradius.org>:
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 -List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html