DIRECTORY SERVICES
When you search the root DSE or the schema entry you can specify whether to return values for operational attributes. An operational attribute is an attribute that is used for directory administration.
Searching the root DSE
To search the root DSE, use one of the following ldapsearch commands:
To return the values of all attributes, specify one of the following:
ldapsearch -h hostname -b "" -s base "(objectclass=*)" * +
To search the schema entry to retrieve the directory schema, use one of the following ldapsearch commands.
To return only the values of non-operational attributes, specify:
Related topics