1 Reply Latest reply on Mar 21, 2013 10:57 AM by gregst

    Securing the LDAP Password with the Vault

    gregst

      Using the JBoss AS 7.1.1 vault to secure the SSL certificate store password in the standalone configuration file works as documented.  Want to use the vault to secure the LDAP password given in the LdapExtLoginModule configuration, but adding that password to the (same) vault and using the supplied vault info didn't work.  Can someone confirm that this should work or is it not supported in this case?

       

      Thanks.

        • 1. Re: Securing the LDAP Password with the Vault
          gregst

          It works if you know how to specify.  Seems in the case of the LdapExtLoginModule the bindCredential value is not given as a variable like it is for the https connector password.  So, for example, instead of value="${VAULT::ldap::password::MGI0Y2NlYzQtMjVhZi00MTk4LTljMTgtZjI5OGE6ZWNmZDcxTElORV0CUkVBS4Nkc4ZhdWx1}" it is just value="VAULT::ldap::password::MGI0Y2NlYzQtMjVhZi00MTk4LTljMTgtZjI5OGE6ZWNmZDcxTElORV0CUkVBS4Nkc4ZhdWx1".