Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

Example: LDAP Configuration with Failover

Example: LDAP Configuration with Failover

The following example shows the DBMOVER statements for an LDAP configuration with failover:
SECURITY=(1,N,LDAP)
LDAP_HOST=(myldapserver1,389) LDAP_HOST=(myldapserver2,389)
LDAP_BIND_DN="uid=hmiller,ou=People,dc=example,dc=com" LDAP_BIND_EPWD=47D95F9932FB4E56 LDAP_BASE=("ou=People,dc=example,dc=com")
LDAP failover is supported whenever the DBMOVER configuration file includes more than one LDAP_HOST statement. In this example, a search is first directed to
myldapserver1
. If that server is unavailable, the search is directed to
myldapserver2
. Subsequent searches are directed to
myldapserver1
when it is available again.

0 COMMENTS

We’d like to hear from you!