CONFIGURING
You can use the plus sign (+) with ldapsearch to return all the operational attributes for entries. Operational attributes are attributes used for directory administration, and a directory server only returns them if you request them.
About this task
For example, to return all operational attributes for entries with the common name John Brown specify:
ldapsearch -h host "cn=John Brown" +
You can use the + syntax only with the directory servers that support the syntax, such as the Domino® LDAP service.
To return a specific operational attribute only, specify the attribute.
Related concepts ldapsearch utility
Related tasks Table of ldapsearch parameters Using search filters with ldapsearch Table of operators used in ldapsearch search filters Examples of using ldapsearch