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
Right now, the login module will force an error if more than one LDAP user matches the query generated from the certificate principal (uid=my-principal). See
While this is certainly one way to handle it, a better way would be to merge all of the permissions for any of the DNs, as there definitely could be multiple matching ids somewhere in LDAP
The text was updated successfully, but these errors were encountered:
Right now, the login module will force an error if more than one LDAP user matches the query generated from the certificate principal (uid=my-principal). See
https://github.com/lightblue-platform/lightblue-rest/blob/master/auth/src/main/java/com/redhat/lightblue/rest/auth/ldap/CachedLdapFindUserRolesByUidCommand.java#L89
While this is certainly one way to handle it, a better way would be to merge all of the permissions for any of the DNs, as there definitely could be multiple matching ids somewhere in LDAP
The text was updated successfully, but these errors were encountered: