[jboss-user] [Security & JAAS/JBoss] - Re: 403 error with custom JAAS login Module.

wbrown338 do-not-reply at jboss.com
Mon Feb 5 13:11:56 EST 2007


Greetings: 

Updating our login-config.xml with the client login module solved the issue for us. 

<application-policy name="ebizDomain">
		    
			<login-module code="com.gocsc.ebiz.JBossLoginModule" flag="required">
			    <module-option name="dsJndiName">java:/MSSQLDS</module-option>
			    <module-option name="driverName">net.sourceforge.jtds.jdbc.Driver</module-option>
			    <module-option name="connectionURL">jdbc:jtds:sqlserver://LASALLE/artemis;user=ArtemisProcs;password=*183461*</module-option>
			    <module-option name="keyProc">{call art_prcGetKey()}</module-option>
			    <module-option name="passwordProc">{call art_prcGetPassword(?)}</module-option>
			    <module-option name="rolesProc">{call art_prcGetRoles(?)}</module-option>
			</login-module>
			<!-- Add this line to your login-config.xml to include the ClientLoginModule propogation -->      
      		<login-module code="org.jboss.security.ClientLoginModule" flag="required" />
		    
	 </application-policy>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011470#4011470

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011470



More information about the jboss-user mailing list