Tom Leach wrote:
> I've set up 4 ldap modules, two different basedn's on two redundant
> servers.
> 
> This appears to work so far, but am I missing something here that's
> going to cause problems down the line???

  You should query each server ONLY for requests that will need it.

  e.g.

        if (MAC AUTH) {
                redundant-load-balance {
                        ldap1
                        ldap2
                }
        }
        else {
                redundant-load-balance {
                        ldap1a
                        ldap2a
                }
        }

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

Reply via email to