• Use ldapsearch with the --dontWrap option and use the grep command to search for a specific attribute.
    $ bin/ldapsearch --baseDN cn=schema \ 
      --searchScope base --dontWrap "(objectclass=*)" \ 
      attributeTypes | grep 'personalTitle'