+++ This bug was initially created as a clone of Bug #1170764 +++ +++ This bug was initially created as a clone of Bug #1170762 +++ Description of problem: The AdvancedLdapLoginModule is currently unable to retrieve the bindCredential from Vault
Reproducer instructions: - configure Vault - configure the AdvancedLdap login module to use a "vaultified" bindCredential <security-domain name="jmx-console" cache-type="default"> <authentication> <login-module code="AdvancedLdap" module="org.jboss.security.negotiation" flag="required"> <module-option name="java.naming.factory.initial" value="com.sun.jndi.ldap.LdapCtxFactory"/> <module-option name="java.naming.provider.url" value="ldap://192.168.1.8:389"/> <module-option name="java.naming.security.authentication" value="simple"/> <module-option name="bindDN" value="cn=Manager,dc=my-domain,dc=com"/> <module-option name="bindCredential" value="VAULT::LDAP::bindCredential::1"/>
*** This bug has been marked as a duplicate of bug 1174871 ***
Darran Lofthouse <darran.lofthouse> updated the status of jira SECURITY-871 to Resolved