Commit e0072e5f by nixonrodrigues

ATLAS-1804: Testcase fix for PAM authentication

parent aa6d87e1
......@@ -62,10 +62,12 @@
<beans:constructor-arg ref="userDetailsService"/>
</beans:bean>
<beans:bean id="atlasADProvider" class="org.apache.atlas.web.security.AtlasADAuthenticationProvider"/>
<beans:bean id="atlasPamProvider" class="org.apache.atlas.web.security.AtlasPamAuthenticationProvider"/>
<beans:bean id="atlasAuthenticationProvider" class="org.apache.atlas.web.security.AtlasAuthenticationProvider">
<beans:constructor-arg index="0" ref="atlasLDAPProvider"/>
<beans:constructor-arg index="1" ref="atlasFileProvider"/>
<beans:constructor-arg index="2" ref="atlasADProvider"/>
<beans:constructor-arg index="3" ref="atlasPamProvider"/>
</beans:bean>
<beans:bean id="krbAuthenticationFilter" class="org.apache.atlas.web.filters.AtlasAuthenticationFilter">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment