>Version: freeradius-2.1.1
>
>I cannot get a redundant-load-balance set to work within a variable
>expansion in the users file.
>

No. It's not a module, it's a group. You can list different modules
inside the group - they don't have to be the same type (all ldap or all
sql; they can be mixed).

>I added this to the bottom of the instantiate section of radiusd.conf:
>
>        redundant-load-balance redundant_ldap {
>                ldap1
>                ldap2
>                ldap3
>        }
>
>
>and this to the authorize section of sites-enabled/default:
>
>        redundant_ldap
>
>and I defined the 3 ldap instances in modules/ldap, and this part
>works fine.
>
>But I cannot figure out how to reference redundant_ldap from within
>the users file.
>
>I tried
>
>  Connect-Info = 
> "%{redundant_ldap:ldap:///dc=rice,dc=edu?riceClass?sub?uid=%u}";
>

Why don't you map that in ldap.attrmap?

Ivan Kalik
Kalik Informatika ISP

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to