0 Replies Latest reply on Sep 1, 2014 4:17 AM by d0n0van

    EAP 6.3, how to management-interfaces with multiple or fail-over security-realm(s)

    d0n0van

      Working current configuration, with ldap login.

       

      [code]

      <management-interfaces>

        <native-interface security-realm="ldap">

             <socket-binding native="management-native"/>

        </native-interface>

        <http-interface security-realm="ldap">

             <socket-binding http="management-http"/>

        </http-interface>

        </management-interfaces>

      [/code]

       

      But I want a second or more security-realms as a fail-over, with user/password.

       

       

       

      How do I configure that?