Skip to content

Instantly share code, notes, and snippets.

@mfilipe
Created May 17, 2017 15:00
Show Gist options
  • Save mfilipe/c81d38a2b7e35d020a6b7bf38eea5de5 to your computer and use it in GitHub Desktop.
Save mfilipe/c81d38a2b7e35d020a6b7bf38eea5de5 to your computer and use it in GitHub Desktop.
ldapwhoami
ldapwhoami -H "ldaps://ldap.company.com:636/o=company.com?mail?sub?(&(objectclass=person)(mail=michelfr@company.com))" -v
ldap_initialize( ldaps://ldap.company.com:636/o=company.com?mail?sub?(&(objectclass=person)(mail=michelfr@company.com)) )
SASL/DIGEST-MD5 authentication started
Please enter your password:
ldap_sasl_interactive_bind_s: Protocol error (2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment