[jboss-jira] [JBoss JIRA] (WFCORE-125) Security realm cache definitions not possible for LDAP prinicipal to group group loading.
Darran Lofthouse (JIRA)
issues at jboss.org
Thu Sep 25 06:08:04 EDT 2014
Darran Lofthouse created WFCORE-125:
---------------------------------------
Summary: Security realm cache definitions not possible for LDAP prinicipal to group group loading.
Key: WFCORE-125
URL: https://issues.jboss.org/browse/WFCORE-125
Project: WildFly Core
Issue Type: Bug
Components: Domain Management, Security
Affects Versions: 1.0.0.Alpha8
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.0.0.Alpha9
{quote}
It's not possible to configure LDAP cache in security realms under "authorization=ldap/group-search=principal-to-group"
Possible reason:
The LdapCacheResourceDefinition is not registered under the org.jboss.as.domain.management.security.PrincipalToGroupResourceDefinition
When I try to add the cache configuration manually to standalone.xml, server doesn't start and reports:
15:23:44,619 ERROR [org.jboss.as.controller] (Controller Boot Thread) JBAS014629: No resource definition is registered for address [
("core-service" => "management"),
("security-realm" => "JBossTest"),
("authorization" => "ldap"),
("group-search" => "principal-to-group"),
("cache" => "by-search-time")
]
15:23:44,621 FATAL [org.jboss.as.server] (Controller Boot Thread) JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the jboss-jira
mailing list