Skip to content

Instantly share code, notes, and snippets.

@schaary
Created May 19, 2015 09:25
Show Gist options
  • Save schaary/7a4f310c1cd83626f126 to your computer and use it in GitHub Desktop.
Save schaary/7a4f310c1cd83626f126 to your computer and use it in GitHub Desktop.
ldap search result example in elixir using eldap
{:ok,
{:eldap_search_result,
[{:eldap_entry, 'uid=elvis,ou=mail,o=abc,c=de',
[{'uid', ['elvis']}, {'mail', ['elvis@example.com']},
{'givenName', ['Elvis Aaron']}, {'cn', ['Elvis Aaron Presley']},
{'carLicense', ['1a2b3c']}, {'sn', ['Presley']}]}], []}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment