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: Level 1 LDAP Security - Secure LDAP Configuration with Encryption and Server Authentication

Example: Level 1 LDAP Security - Secure LDAP Configuration with Encryption and Server Authentication

The following example shows the DBMOVER statements for a secured LDAP configuration with encryption and server authentication:
SECURITY=(1,N,LDAP) LDAP_HOST=(myldapserver,
636
) LDAP_BIND_DN="uid=hmiller,ou=People,dc=example,dc=com" LDAP_BIND_EPWD=47D95F9932FB4E56 LDAP_BASE=("ou=People,dc=example,dc=com")
LDAP_TLS=(CAPATH=/pwx_truststore)
In this example, the LDAP_TLS statement enables encryption and configures Transport Level Security (TLS) to use the truststore directory
/pwx_truststore
. The truststore directory is an NSS certificate database that is configured to contain certificates that are sufficient to authenticate the LDAP server.
The LDAP_HOST statement directs the encrypted traffic to the secure port 636 of the LDAP server.

0 COMMENTS

We’d like to hear from you!