Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-108

Broken compatibilty for adding security-domain trough CLI

XMLWordPrintable

      EAP 6.0.1 script launched on EAP 6.1.0.DR4:

      [standalone@localhost:9999 /] /subsystem=security/security-domain=JBossTestDomain/authentication=classic:add(login-modules=[{"code"=>"UsersRoles", "flag"=>"required", "module-options"=>[("usersProperties"=>"/home/jcacek/Testing/users.properties"), ("rolesProperties"=>"/home/jcacek/Testing/roles.properties")]}]) {allow-resource-service-restart=true}
      Operation 'add' does not expect any property.
      

      EAP 6.1.0.DR4 script launched on EAP 6.0.1:

      [standalone@localhost:9999 /] /subsystem=security/security-domain=JBossTestDomain/authentication=classic:add
      {
          "outcome" => "failed",
          "failure-description" => "JBAS014746: login-modules may not be null",
          "rolled-back" => true
      }
      

            tomazcerar Tomaž Cerar (Inactive)
            tomazcerar Tomaž Cerar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: