Returning all user and operational attributes in a schema search - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

Specify "*" in a search attribute list to represent all user attributes. Specifying "+" retrieves all operational attributes.

The following standards are used in PingDirectory as part of the LDAP specification.

Standard Overview

RFC 3673

Describes the use of "+" to represent all operational attributes

RFC 4511

Describes the use of "*" to represent all user attributes

To search the cn=schema entry and return all user and operational attributes, run ldapsearch.
bin/ldapsearch --baseDN cn=schema --searchScope base "(objectclass=*)" "*" "+"