multiple ldap servers in freeradius

Alan DeKok aland at deployingradius.com
Tue Apr 22 17:08:02 CEST 2014


val john wrote:
> Is it possible to add multiple ldap servers in freeradius configuration

  Yes.  Just do:

ldap foo {
	... ldap config 1
}

ldap bar {
	... ldap config 2
}


  And then use "foo" and "bar" instead of "ldap".

  Alan DeKok.


More information about the Freeradius-Users mailing list