Skip to content

Instantly share code, notes, and snippets.

@kamituel
Last active December 11, 2015 02:09
Show Gist options
  • Save kamituel/4528849 to your computer and use it in GitHub Desktop.
Save kamituel/4528849 to your computer and use it in GitHub Desktop.
Dumping all info from LDAP.
$ ldapsearch -h localhost \
-D "cn=Manager,dc=example,dc=com" \
-w secret \
-s sub
"objectclass=*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment