Skip to content

Instantly share code, notes, and snippets.

@etianen
Created January 25, 2018 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etianen/aad537f364f20aa071dea218e0c2b73a to your computer and use it in GitHub Desktop.
Save etianen/aad537f364f20aa071dea218e0c2b73a to your computer and use it in GitHub Desktop.
from django_python3_ldap.ldap import connection
with connection() as c:
print(c.get_user(username="foo"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment