0 Replies Latest reply on Mar 19, 2018 8:38 AM by zmejg

    Infinispan server 9.2 with LDAP authentication and authorization

    zmejg

      Hello all,

      I am using Infinispan server 9.2.Final  with the following configuration from tristan: infinispan-server-ldap-authz.xml · GitHub

      After fixing outbound connection string error I got only one :

       

      12:37:05,297 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
          ("core-service" => "management"),
          ("ldap-connection" => "ldap_connection")
      ]) - failure description: {
          "WFLYCTL0412: Required services that are not installed:" => [
              "org.wildfly.core.management.security.realm.LdapRealm.ssl-context-trust-only",
              "org.wildfly.core.management.security.realm.LdapRealm.ssl-context"
          ],
          "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.server.controller.management.connection_manager.ldap_connection is missing [org.wildfly.core.management.security.realm.LdapRealm.ssl-context-trust-only, org.wildfly.core.management.security.realm.LdapRealm.ssl-context]"]

       

      How to install missing services? Should I download something or configure?

      Thanks.