0 Replies Latest reply on Dec 24, 2013 1:14 PM by vinothkp

    JBAS014788: Unexpected attribute 'base-dn' encountered during LDAP configuration

    vinothkp

      When trying to setup LDAP with Apache Directory Server, we are getting this error during server startup.

       

      JBAS014788: Unexpected attribute 'base-dn' encountered

       

      We referred following setup documentation to use base-dn

      Detailed Configuration - WildFly 8 - Project Documentation Editor

       

      JBOSS_HOME/standalone/configuration/standalone.xml

       

      <management>

              <security-realms>

                  <security-realm name="ManagementRealm">

                      <authentication>

                             <ldap connection="connName" base-dn=".....">

                           <username-filter attribute="uid" />

                      </ldap>

                      </authentication>

                 </security-realm>

       

                .....

              </security-realms>

       

           .....

      </management>

       

      JBOSS version 8.0.0.CR1

      Windows 7 64-bit

      Standalone.

       

      Is there something i m missing or something more i would have to do?

       

       

      Thanks in advance.