Skip to content

Instantly share code, notes, and snippets.

@derak
Created December 2, 2014 21:53
Show Gist options
  • Select an option

  • Save derak/723b61c84c7a86b98364 to your computer and use it in GitHub Desktop.

Select an option

Save derak/723b61c84c7a86b98364 to your computer and use it in GitHub Desktop.
LDAP Search Users
ldapsearch -LLL -x -h ad.company.com -D "uid=username,ou=Users,ou=MyGroup,dc=AD,dc=company,dc=com" -b "ou=MyGroup,dc=AD,dc=company,dc=com" -W
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment