LDAPsearch
Usage
ldapsearch -x -H ldap://test.domain.com -s base namingcontexts
Analysis
cat ldapsearch_output | awk '{print $1}' | sort | uniq -c | sort -n | grep ':'
Resources
Last updated
Was this helpful?
ldapsearch -x -H ldap://test.domain.com -s base namingcontexts
cat ldapsearch_output | awk '{print $1}' | sort | uniq -c | sort -n | grep ':'
Last updated
Was this helpful?