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

LDAP_SCOPE Statement

LDAP_SCOPE Statement

The LDAP_SCOPE statement defines the search depth in the LDAP tree for LDAP searches.
Linux, UNIX, and Windows
LDAP_BASE, LDAP_FILTER, LDAP_LOGIN_ATTRIBUTE
No
LDAP_SCOPE={BASE|ONE|
SUBTREE
}
  • BASE
    . PowerExchange searches only the entry at the base DN. As a result, only that entry is returned.
  • ONE
    . PowerExchange searches all entries one level under the base DN, not including the base DN and not including subordinate entries.
  • SUBTREE
    . PowerExchange searches the entry at the base DN and all entries at all levels under the base DN.
Default is SUBTREE.
  • The LDAP_SCOPE statement applies even if you define multiple LDAP_BASE statements. In this case, each base is searched using the same value that is specified for LDAP_SCOPE.

0 COMMENTS

We’d like to hear from you!