Searching for all immediate children for restricted return values - 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
To search for all immediate children of restricted return values, run the ldapsearch tool.
Note:

The special attribute "+" returns all operational attributes.

In this sample, the immediate children are ou=People,dc=example,dc=com, and the restricted returned values are sn and givenName.

$ bin/ldapsearch --baseDN ou=People,dc=example,dc=com \ 
  --searchScope one '(objectclass=*)' sn givenName "+"