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 3 LDAP Security - Secure LDAP Configuration with SASL External Authentication and StartTLS Extension

Example: Level 3 LDAP Security - Secure LDAP Configuration with SASL External Authentication and StartTLS Extension

The following example extends Level 3 LDAP security to use the StartTLS extension:
SECURITY=(1,N,LDAP) LDAP_HOST=(myldapserver,
389
) LDAP_BASE=("ou=People,dc=example,dc=com") LDAP_TLS=(PASS=clientauth, KEYNAME=hmiller-cert, CAPATH=/pwx_store,
START_TLS=Y
) LDAP_SASL_MECH=EXTERNAL
The LDAP_HOST statement directs traffic to plain text port 389 of the LDAP server. The START_TLS=Y parameter in the LDAP_TLS statement specifies that this traffic is encrypted.

0 COMMENTS

We’d like to hear from you!