このコンテンツは選択した言語では利用できません。
8.4. Configuring Authentication and Role Mapping using JBoss EAP Login Modules
When using Red Hat JBoss EAP log in module for querying roles from LDAP, you must implement your own mapping of Principals to Roles, as JBoss EAP uses its own custom classes. The following example demonstrates how to map a principal obtained from JBoss EAP login module to a role. It maps user principal name to a role, performing a similar action to the
IdentityRoleMapper
:
Example 8.1. Mapping a Principal from JBoss EAP's Login Module
Example 8.2. Example of JBoss EAP LDAP login module configuration
Example 8.3. Example of JBoss EAP Login Module Configuration
When using GSSAPI authentication, this would typically involve using LDAP for role mapping, with JBoss EAP server authenticating itself to the LDAP server via GSSAPI. For more information on how to configure this, see the JBoss EAP Administration and Configuration Guide.
Important
For information about how to configure JBoss EAP login modules, see the JBoss EAP Administration and Configuration Guide and see the Red Hat Directory Server Administration Guide how to configure LDAP server, and specify users and their role mapping.