[jboss-user] [Security & JAAS/JBoss] - Re: LdapLoginModule and role attribute not retrieved
rknechtel
do-not-reply at jboss.com
Tue Sep 12 17:01:45 EDT 2006
I'm having similar issues with the 403 error. But I did notice one issue with your application-policy.
This:
<module-option name="java.naming.security.principal">cn=Manager,dc=mycompany,dc=com/module-option>
Should be this:
<module-option name="java.naming.security.principal">cn=Manager,dc=mycompany,dc=com</module-option>
Not sure if that is your total problem but I would think not having a correct closing tag would casue some issue(s).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971119#3971119
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971119
More information about the jboss-user
mailing list