Returning all user and operational attributes in a schema search
Specify "*" in a search attribute list to represent all user attributes. Specifying "+" retrieves all operational attributes.
About this task
The following standards are used in PingDirectory as part of the LDAP specification.
| Standard | Overview |
|---|---|
Describes the use of |
|
Describes the use of |
Steps
-
To search the
cn=schemaentry and return all user and operational attributes, runldapsearch.Example:
bin/ldapsearch --baseDN cn=schema --searchScope base "(objectclass=*)" "*" "+"