Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
1.2
-
None
Description
When it tries to read the groups and roles a user has it fails with an exception. The reason is that the data structure has changed from 3.0 to 3.5. Actually the UserManager should be used in that scenario.
ERROR info.magnolia.jaas.sp.ldap.resolver.MagnoliaGroupResolver MagnoliaGroupResolver.java(getNames:44) 22.01.2008 10:17:39 yq12
javax.jcr.PathNotFoundException: yq12
at org.apache.jackrabbit.core.NodeImpl.getNode(NodeImpl.java:2501)
at info.magnolia.cms.core.DefaultContent.<init>(DefaultContent.java:131)
at info.magnolia.cms.core.DefaultHierarchyManager.getContent(DefaultHierarchyManager.java:279)
at info.magnolia.jaas.sp.ldap.resolver.MagnoliaGroupResolver.getNames(MagnoliaGroupResolver.java:39)
at info.magnolia.jaas.sp.ldap.LDAPAuthenticationModule.setEntity(LDAPAuthenticationModule.java:143)
at info.magnolia.jaas.sp.AbstractLoginModule.commit(AbstractLoginModule.java:233)