Returning all user and operational attributes in a schema search
Specify "*“` in a search attribute list to represent all user attributes. Specifying [.codeph]`”+"
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=schema
entry and return all user and operational attributes, runldapsearch
.Example:
bin/ldapsearch --baseDN cn=schema --searchScope base "(objectclass=)" "" "+"