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

Management Console - LDAP authentication fails

    XMLWordPrintable

Details

    • Documentation (Ref Guide, User Guide, etc.)

    Description

      1) security realms
      <!-- nari start -->
      <security-realm name="my_Ldap_Realm">
      <authentication>
      <ldap connection="my_Ldap_Connection" base-dn="dc=example,dc=com">
      <username-filter attribute="sAMAccountName"/>
      <!--
      <advanced-filter filter="(sAMAccountName=

      {0}

      )"/> -->
      </ldap>
      </authentication>
      </security-realm>
      <!-- nari end -->

      2) outbound connections
      <!--nari start -->
      <outbound-connections>
      <ldap name="my_Ldap_Connection"
      url="ldap://localhost:10389/"
      search-dn="cn=jboss,ou=People,dc=example,dc=com" search-credential="admin123" />
      </outbound-connections>
      <!--nari end -->

      3) Management console info config
      <!-- nari -->
      <native-interface security-realm="my_Ldap_Realm">
      <socket-binding native="management-native"/>
      </native-interface>
      <http-interface security-realm="my_Ldap_Realm">
      <socket-binding http="management-http"/>
      <!-- nari disabled [http] and enabled [https]
      <socket-binding https="management-console-https"/> -->

      </http-interface>
      <!-- nari end -->

      Attachments

        Activity

          People

            darran.lofthouse@redhat.com Darran Lofthouse
            narayanab16_jira narayana b (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: