-
-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Description
Given the following parameters:
{:title=>"My LDAP",
:host=>"1.2.3.4",
:port=>636,
:method=>"ssl",
:base=>"ou=snip,dc=snip,dc=example,dc=com",
:uid=>"sAMAccountName",
:bind_dn=>"snip",
:password=>"snip"}I expect my UID to be equal to the sAMAccountName provided by my LDAP server. However, the UID is always the DN.
Metadata
Metadata
Assignees
Labels
No labels