23 May
2021
23 May
'21
11:55 a.m.
On 5/23/21 5:28 PM, Michael Ströder via Freeradius-Users wrote:
As you can see the SASL/EXTERNAL bind for searching the user entry and the simple bind operation for checking user's password is done within a single pooled LDAP connection (conn=1735). This leads to this LDAP session being bound to the end user's entity. But this end user is not authorized to do the searches for users!
As work-around I've now set: pool { uses = 1 } Let's see whether that works. Have to accept more round-trips though. Ciao, Michael.