19 Apr
2012
19 Apr
'12
7:44 a.m.
Tobias Hachmer wrote:
During FreeRADIUS performance test as described in /usr/share/doc/freeradius/performance-testing.gz I noticed that FR does for the ldap-group query above (Ldap-Group == "cn=radius.users,ou=Groups,dc=test,dc=local") no load-balancing or fall-through to other ldap modules. Every time only ldap module ldap3 is taken to do this ldap-group query.
That's how it works. The LDAP-Group queries are not load balanced.
Why FR doesn't load balance for this ldap-query?
Because the code to do it hasn't been written. Feel free to submit a patch. Alan DeKok.