Windows10 PEAP: "Could not find Pool-Name attribute"
Alan DeKok
aland at deployingradius.com
Wed Sep 18 00:34:18 CEST 2019
On Sep 17, 2019, at 6:17 PM, Volodymyr Litovka <doka.ua at gmx.com> wrote:
>
> thanks for pointing, it seems I got it working. Could you, please, check whether I did it in a right way?
If it works, it's right. ;)
> 1) modified sites-enabled/inner-tunnel, added in ‘post-auth’:
>
> # ---
> if(&control:Pool-Name) {
> update outer.session-state {
> Pool-Name := &control:Pool-Name
> }
> }
> # ---
>
> 2) modified sites-enabled/default, added in ‘post-auth’, immediately before main_pool:
>
> # ---
> if (&session-state:Pool-Name) {
> update control {
> Pool-Name := &session-state:Pool-Name
> }
> }
> # ---
> main_pool
Yup. That's fine.
Alan DeKok.
More information about the Freeradius-Users
mailing list