• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to configure to a role group in LdapExtLoginModule in JBOSS EAP 6.3?

 
Ranch Hand
Posts: 85
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some one in our company has configured to almost all the role groups using LdapExtLoginModule in JBOSS EAP 6.3 and that is working fine.Here is the standalone-full.xml file with that configuration:


I want to configure the LDAP server to only a particular role group - "ALL_CONTRACTORS", in such a way that only contractors should be able to login to this security domain. For which I changed the standalone-full.xml "rolesCtxDN" attribute value to:


But it did not make any difference. I can login with using any of the user credentials from the LDAP server. Can anyone help me with my requirement.
 
swathi bairu
Ranch Hand
Posts: 85
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

swathi bairu wrote:Some one in our company has configured to almost all the role groups using LdapExtLoginModule in JBOSS EAP 6.3 and that is working fine.Here is the standalone-full.xml file with that configuration:


I want to configure the LDAP server to only a particular role group - "ALL_CONTRACTORS", in such a way that only contractors should be able to login to this security domain. For which I changed the standalone-full.xml "rolesCtxDN" attribute value to:


But it did not make any difference. I can login with using any of the user credentials from the LDAP server. Can anyone help me with my requirement.



This worked for me:

reply
    Bookmark Topic Watch Topic
  • New Topic