User Tools

Site Tools


snippets:ldap

http://dbocklandt.be/networking/ldapsearch-without-all-the-line-wrapping/

perl -p00e 's/\r?\n //g'
 
# Example
ldapsearch -xLLL -h oh.mighty.ldapserver -b dc=example,dc=com | perl -p00e 's/\r?\n //g'
snippets/ldap.txt · Last modified: by allspark_cp