7 Apr
2020
7 Apr
'20
3:17 a.m.
hi,
So I changed mods-enabled/ldap to have two entries
ldap server001 { .. }
ldap server002 { .. }
okay
Modified sites-enabled/inner-tunnel to:
Auth-Type LDAP {
redundant-load-balance ldap {
server001
server002
}
}
remove the ldap, its just Auth-Type LDAP { redundant-load-balance { server001 server002 } } then you need to look at the next thing thats failing. its likely because your logic is still just using 'ldap' but you're now actually server001 or server002.... alan