-
-
Save mattantonelli/ceb24b3bf8e1742b4ae998e94c1f9c85 to your computer and use it in GitHub Desktop.
#LDAP Query user by displayName
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
SELECT $displayName, $cn FROM ROOTDSE | |
WHERE $objectClass='user' AND $objectCategory='Person' | |
AND $displayName='John Sample'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment