0 Replies Latest reply on Dec 11, 2019 2:54 AM by reuvygroovy

    JBOSS LDAP

    reuvygroovy

      I inherited a legacy JBOSS 4/5 application. This app is apparently using an LDAP configuration stored in the path \server\default\conf\ldap.xml

       

      Our IT department wants us to use Secure LDAP (LDAPS), but I can find any reference to this file (ldap.xml) and/or how to configure syntax. Can anyone help?

       

      This is the current file content:

      <ldap>

      <server>my.domain.com</server>

      <domain>my.domain.com</domain>

      <login>MyUserAccount</login>

      <password>MyPassword</password>

      <attribute>MyAttribute</attribute>

      <ou></ou>

      </ldap>