Bug 969907 - the entire security-domain configuration needs to be written each time
Summary: the entire security-domain configuration needs to be written each time
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: CLI
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Alexey Loubyansky
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-03 01:21 UTC by Hisanobu Okuda
Modified: 2019-04-16 14:03 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-03-01 12:28:39 UTC
Type: Enhancement
Embargoed:


Attachments (Terms of Use)

Description Hisanobu Okuda 2013-06-03 01:21:37 UTC
Description of problem:
When I change a single entry of module-options in a security-domain, I need to specify the entire module-options configuration. For exapmle, when I change the bindCredential for LdapExtended login module:-

EAP601:
/subsystem=security/security-domain=test/authentication=classic:write-attribute(name=login-modules, value=[{"code" => "org.jboss.security.auth.spi.LdapExtLoginModule","flag" => "required","module-options" => [("java.naming.factory.initial" => "com.sun.jndi.ldap.LdapCtxFactory"),...,(bindCredential => newpassword),...,("thowValidateError" => "true"),...]}])

EAP610:
/subsystem=security/security-domain=ldap/authentication=classic/login-module=org.jboss.security.auth.spi.LdapExtLoginModule:write-attribute(name=module-options,value={"java.naming.factory.initial" => "com.sun.jndi.ldap.LdapCtxFactory",...,bindCredential => newpassword,...,"thowValidateError" => "true",...})

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:
/subsystem=security/security-domain=ldap/authentication=classic/login-module=org.jboss.security.auth.spi.LdapExtLoginModule/module-option=bindCredential:write-attribute(name=value, value=newpassword)


Additional info:


Note You need to log in before you can comment on or make changes to this bug.