Hi, folks
I'm trying to figure out what happens when one starts doing the load
balancing with LDAP servers. Don't really need it today, but it seams to
be a good day for such questions. :-)
So, we have N machines called ldapX.mydomain that all answer to requests
sent to "ldap.mydomain". As far as "certificates"/"keys" go, there are
two things that can go wrong:
1) kerberos key
As far as the kerberos keyfile goes, every machine really has to have a
key for ldap/ldapX.mydomain, because kerberos will do reverse name
mapping, and does not care that the machine happens to answer to
"ldap.mydomain" alias. Ad acta?
2) ssl certificate
OK, which name is used here? ldap.mydomain on all the servers, or
different certificate (issued for ldapX.mydomain) for each of the
servers?
Btw, could someone point me to a piece of documentation explaining
step-by-step how to set up load balancing 4 LDAP?