Successful suffix object configuration verification

You must verify that the LDAP suffix was added successfully.

To verify the suffix object configuration, enter this command:

  • Windows operating systems: ITDS_HOME\bin\ldapsearch.cmd -h localhost -b dc=com "(objectclass=domain)"
  • UNIX or Linux® operating systems: ITDS_HOME/bin/ldapsearch.sh -h localhost -b dc=com "(objectclass=domain)"

The options are:

-h
Specifies a host on which the LDAP server is running.
-b
Specifies the search base of the initial search instead of the default.

The output confirms that you configured permissions for dc=com and initialized the suffix with data.

dc=com
objectclass=domain
objectclass=top
dc=com