You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LDAPClient.Authenticate returns a map[string]string to describe user, however, items in ldap result attributes may contains more items, not just a string value.
In my case, I need all "memberOf" items of one user, but now I only got the first "memberOf" item.
So the user info returned by LDAPClient.Authenticate should be a map[string][]string to store all information.
I will commit some codes to fix it.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
user info returned by LDAPClient.Authenticate should be an map[string]interface{}
user info returned by LDAPClient.Authenticate should be a map[string]interface{}
Jun 12, 2019
ghost
changed the title
user info returned by LDAPClient.Authenticate should be a map[string]interface{}
user info returned by LDAPClient.Authenticate should be a map[string][]string
Jun 12, 2019
LDAPClient.Authenticate returns a map[string]string to describe user, however, items in ldap result attributes may contains more items, not just a string value.
In my case, I need all "memberOf" items of one user, but now I only got the first "memberOf" item.
So the user info returned by LDAPClient.Authenticate should be a map[string][]string to store all information.
I will commit some codes to fix it.
The text was updated successfully, but these errors were encountered: