[jboss-user] [Security JAAS/JBoss] - Re: Active Directory and LdapExtLoginModule?

2007-03-15 Thread ksiva_rajesh
Hi, We have another problem this time. When a user is logged into my web application, he will be authenticated against ADI using LdapExtLoginModule and he is allowed to access the application after successful authentication and authorization. But for us, the server is authentication and

[jboss-user] [Security JAAS/JBoss] - Re: Active Directory and LdapExtLoginModule?

2007-03-13 Thread ksiva_rajesh
Hi Neelixx, The LdapExtLoginModule is awesome. Thanks a lot for your timely and valuable help. Finally our LdapExtLoginModule started working fine. Below is our configuration. Hope this would help someone else, who is searching for similar information. This configuration information

[jboss-user] [Security JAAS/JBoss] - Re: Active Directory and LdapExtLoginModule?

2007-03-08 Thread ksiva_rajesh
Hi, Thanks a lot for the quick response. I have created a Security Group in AD with name AuthUserRole and assigned few users, whom I want to authenticate. anonymous wrote : | distinguishedName = CN=AuthUserRole,OU=Security Groups,OU=DPI,OU=IC - Applications and Computers,DC=company,DC=com

[jboss-user] [Security JAAS/JBoss] - Re: Active Directory and LdapExtLoginModule?

2007-03-07 Thread ksiva_rajesh
Hi, I have a J2EE WebApp which expects the user to have a specific role for authorization (Authentication and Authorization will be against Active Directory). Environment details given below: App Server : JBoss-4.0.5.GA Directory Services : Microsoft Active Directory. Steps - 1: Created a