Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: Samples and Examples
  4. Part 3: Tools and Utilities
  5. Part 4: SDK Resources

Searching an Entity in LDAP

Searching an Entity in LDAP

You can search for entities, such as user name, in the LDAP server that you want to synchronize with the MDM Hub.
  1. Ensure that you are connected to the LDAP server.
  2. Specify the search base in the
    automation.properties
    file.
    The following table describes the properties in the
    automation.properties
    file that you need to configure:
    Property
    Description
    LDAP.SearchBase
    Required. Specifies the starting point for the search in the LDAP directory tree.
  3. Run the command to verify the LDAP server connection.
    On Windows.
    LdapConnection.cmd
    On UNIX.
    LdapConnection.sh
  4. Run the command to search for an entity in the LDAP server.
    On Windows.
    LdapConnection.cmd -search <entity name>
    On UNIX.
    LdapConnection.sh -search <entity name>
    The entity that you specify is retrieved from the LDAP server.

0 COMMENTS

We’d like to hear from you!