[jboss-jira] [JBoss JIRA] (WFCORE-1045) Unable to configure LDAP based authentication within a SecurityRealm using the CLI
Ondrej Lukas (JIRA)
issues at jboss.org
Thu Oct 8 04:06:00 EDT 2015
Ondrej Lukas created WFCORE-1045:
------------------------------------
Summary: Unable to configure LDAP based authentication within a SecurityRealm using the CLI
Key: WFCORE-1045
URL: https://issues.jboss.org/browse/WFCORE-1045
Project: WildFly Core
Issue Type: Bug
Components: CLI, Domain Management
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Priority: Blocker
Fix For: 2.0.0.CR7
The first and last errors reported here are coming from the CLI: -
{noformat}
[standalone at localhost:9990 /] ./core-service=management/security-realm=ManagementRealm/authentication=ldap:add(username-attribute=uid, base-dn=cn=base, connection=LdapSsl)
The following parameters 'advanced-filter' are required
[standalone at localhost:9990 /] ./core-service=management/security-realm=ManagementRealm/authentication=ldap:add(username-attribute=uid, advanced-filter=(uid={0}), base-dn=cn=base, connection=LdapSsl)
{
"outcome" => "failed",
"failure-description" => "WFLYDM0035: Only one of 'username-attribute' or 'advanced-filter' is required.",
"rolled-back" => true,
"response-headers" => {"process-state" => "reload-required"}
}
[standalone at localhost:9990 /] ./core-service=management/security-realm=ManagementRealm/authentication=ldap:add(advanced-filter=(uid={0}), base-dn=cn=base, connection=LdapSsl)
The following parameters 'username-attribute' are required
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list