Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-1481

list-add operation doesn't work on login-modules attribute

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0.0.Alpha4
    • 2.1.0.Final
    • Management
    • None
    • 55
    • Hide
      1. query login-modules: /subsystem=security/security-domain=other/authentication=classic:read-resource - there should be two modules: Remoting and RealmDirect
      2. execute in cli
        /subsystem=security/security-domain=other/authentication=classic:list-add(name="login-modules", value={ \
         code=>"RoleMapping", \
         flag=>"optional"\
        })
        
      3. query login-modules: /subsystem=security/security-domain=other/authentication=classic:read-resource

      Expected:
      There should be three login-modules: Remoting, RealmDirect and RoleMapping

      Actual:
      There is only one login-module: RoleMapping

      Show
      query login-modules: /subsystem=security/security-domain=other/authentication=classic:read-resource - there should be two modules: Remoting and RealmDirect execute in cli /subsystem=security/security-domain=other/authentication=classic:list-add(name="login-modules", value={ \ code=>"RoleMapping", \ flag=>"optional"\ }) query login-modules: /subsystem=security/security-domain=other/authentication=classic:read-resource Expected: There should be three login-modules: Remoting, RealmDirect and RoleMapping Actual: There is only one login-module: RoleMapping

      Executing list-add operation on login-modules results in the modules being replaced instead of appending new module.

            thofman Tomas Hofman
            spyrkob Bartosz Spyrko-Smietanko
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: