How "bind as user" mode works?

Matthew Newton mcn at freeradius.org
Thu Aug 17 16:27:16 UTC 2023



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-available/inner-tunnel
> 
> 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


More information about the Freeradius-Users mailing list