Successful suffix object configuration verification
We must verify 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
- Search base of the initial search instead of the default.
The output confirms that we configured permissions for dc=com and initialized the suffix with data.
dc=com objectclass=domain objectclass=top dc=comParent topic: IBM Security Directory Server configuration
Related tasks