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 Multiple Search Bases and a Filter

Example: LDAP Configuration with Multiple Search Bases and a Filter

The following example shows the DBMOVER statements for an LDAP configuration with multiple search bases and a filter:
SECURITY=(1,N,LDAP) LDAP_HOST=(myldapserver,389) LDAP_BIND_DN="uid=hmiller,ou=People,dc=example,dc=com" LDAP_BIND_EPWD=47D95F9932FB5F67
LDAP_BASE=("ou=global,dc=example,dc=com") LDAP_BASE=("ou=prod,dc=example,dc=com") LDAP_BASE=("ou=dev,dc=example,dc=com") LDAP_BASE=("ou=hr,dc=example,dc=com") LDAP_BASE=("ou=sales,dc=example,dc=com")
LDAP_FILTER="(|(initials=aa)(st=AK))"
This example uses a more complex filter that is the logical OR (|) of the conditions
initials=aa
and
st=AK
.

0 COMMENTS

We’d like to hear from you!