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: Basic LDAP Configuration

Example: Basic LDAP Configuration

The following example shows the DBMOVER statements for a basic LDAP configuration:
SECURITY=(1,N,LDAP) LDAP_HOST=(myldapserver,389) LDAP_BIND_DN="uid=hmiller,ou=People,dc=example,dc=com" LDAP_BIND_PWD=hillock LDAP_BASE=("ou=People,dc=example,dc=com")
This example directs PowerExchange user authentication to the LDAP server at host
myldapserver
on port 389. The search user binds with an LDAP identity of
uid=hmiller,ou=People,dc=example,dc=com
using password
hillock
. The LDAP search is based at
ou=People,dc=example,dc=com
.

0 COMMENTS

We’d like to hear from you!