Created
May 17, 2017 15:00
-
-
Save mfilipe/c81d38a2b7e35d020a6b7bf38eea5de5 to your computer and use it in GitHub Desktop.
ldapwhoami
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ldapwhoami -H "ldaps://ldap.company.com:636/o=company.com?mail?sub?(&(objectclass=person)([email protected]))" -v | |
ldap_initialize( ldaps://ldap.company.com:636/o=company.com?mail?sub?(&(objectclass=person)([email protected])) ) | |
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