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