Viewing attributes
The Schema Editor displays all of the attribute types on your PingDirectory server instance.
It shows the basic properties that are required elements in addition to the extra properties that are allowed within the attribute definition.
Viewing attribute types using the Schema Editor
Before you begin
Ensure that the PingDirectory server instance is running.
About this task
To view attribute types using the Schema Editor:
Steps
-
Start the administrative console.
-
In the main menu, select Schema.
-
In the Schema Editor, click the Attribute Types tab.
-
Click a specific attribute to view its definition.
In the Object Class window, view the attribute properties.
Example:
To follow this example, click the
account
attribute. -
To see the equivalent attribute definition in ASN.1 format, click the View as LDIF button.
Viewing attribute types over LDAP
Steps
-
To view an operational attribute, run
ldapsearch
.Example:
This example uses
ldapsearch
to view the multi-valued operational attributeattributeTypes
, which publishes the definitions on the PingDirectory server.The attribute is stored in the subschema subentry.
$ bin/ldapsearch --baseDN cn=schema --searchScope base \ "(objectclass=*)" attributeTypes