LDAP redundancy at Freeradius 3.0.8

Alan DeKok aland at deployingradius.com
Wed Jul 8 15:10:35 CEST 2015


On Jul 8, 2015, at 8:39 AM, Michael Ströder <michael at stroeder.com> wrote
> 
> Yes, I already know all this. But I still don't get how that makes a
> difference regarding configuration options for LDAP server redundancy.

  It doesn't make a difference for the "redundant" block.  But it does make a difference *where* you put the redundant block.

authorize {
	...
	redundant {
		ldap1
		ldap2
	}

}

authenticate {
	...
	Auth-Type LDAP {
		redundant {
			ldap1
			ldap2
		}
	}
	...
}

  Alan DeKok.




More information about the Freeradius-Users mailing list