Am I going to cause a problem with this config setup?
    Alan DeKok 
    aland at deployingradius.com
       
    Thu Jun 24 14:20:27 CEST 2010
    
    
  
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.
    
    
More information about the Freeradius-Users
mailing list