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
The lookup to ldap fails and the user cannot do requests. We'd like clients with a valid cert to do read operations against metadata at least. Here's the important bits of the stack traces:
2016-04-13 09:52:24,175 [https_executor-threads - 162] ERROR [com.redhat.lightblue.rest.auth.ldap.LightblueLdapRoleProvider] No result found roles for user: lb-miwhite: com.redhat.lightblue.rest.auth.ldap.LDAPUserNotFoundException
at com.redhat.lightblue.rest.auth.ldap.LDAPSearcher.searchLDAPServer(LDAPSearcher.java:54)
at com.redhat.lightblue.rest.auth.ldap.CachedLdapFindUserRolesByUidCommand.run(CachedLdapFindUserRolesByUidCommand.java:76)
at com.redhat.lightblue.rest.auth.ldap.CachedLdapFindUserRolesByUidCommand.run(CachedLdapFindUserRolesByUidCommand.java:29)
2016-04-13 09:52:24,177 [https_executor-threads - 162] ERROR [com.redhat.lightblue.rest.auth.jboss.CertLdapLoginModule] Failed to assign principal [null] to role [authenticated]: java.lang.NullPointerException
at java.util.ArrayList.addAll(ArrayList.java:577)
at com.redhat.lightblue.rest.auth.ldap.LightblueLdapRoleProvider.getUserRoles(LightblueLdapRoleProvider.java:60)
at com.redhat.lightblue.rest.auth.ldap.LightblueLdapRoleProvider.getUserRoles(LightblueLdapRoleProvider.java:41)
at com.redhat.lightblue.rest.auth.jboss.CertLdapLoginModule.getRoleSets(CertLdapLoginModule.java:118)
The text was updated successfully, but these errors were encountered:
The lookup to ldap fails and the user cannot do requests. We'd like clients with a valid cert to do read operations against metadata at least. Here's the important bits of the stack traces:
The text was updated successfully, but these errors were encountered: