Viewing a specific attribute type over LDAP
Steps
-
To search for a specific attribute, run
ldapsearchwith the--dontWrapoption and use thegrepcommand.Example:
$ bin/ldapsearch --baseDN cn=schema \ --searchScope base --dontWrap "(objectclass=*)" \ attributeTypes | grep 'personalTitle'