27 Nov
2018
27 Nov
'18
1:55 p.m.
Dear people, I have a Freeradius servers vefrsion 2.2.5 using LDAP for authentication. I have just one LDAP server defined in /etc/freeradius/modules/ldap, but yesterday the DC went down and Freeradius was offline. Is it possible to have two redundant LDAP server scheme, defining this in /etc/freeradius/modules/ldap: ldap { server = "server1.company.com" server = "server2.company.com" identity = "CN=wifi,OU=it,DC=company,DC=com" password = xxxxx basedn = "OU=it,DC=company,DC=com" filter = "(sAMAccountName=%{%{Stripped-User-Name}:-%{User-Name}})" Thanks in advance!!!