Viewing a specific attribute type over LDAP - 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 a specific attribute, run ldapsearch with the --dontWrap option and use the grep command.
$ bin/ldapsearch --baseDN cn=schema \ 
  --searchScope base --dontWrap "(objectclass=*)" \ 
  attributeTypes | grep 'personalTitle'