Administration Guide > Pluggable Authentication Modules > What Happens at Deployment and Run Time > Adding a Module
 
Adding a Module
Modules must be added to make them available for TDV to execute them at login. List security modules in the order in which you want them executed. This is useful especially if authentication modules should sequentially update and evaluate the security context of a user attempting to log in.
To add a login security module
1. From the Login Module page, select Add Module.
2. Select a module from the drop-down list to make it available for execution and to set its status.
3. Optionally, select Disabled or Enabled.
4. For Group Mapping, start typing a composite domain name, and select it from the list that appears.
Assigns the authentication module to the specified domain and group. This is a generic assignment for every user successfully authenticated using the security module. If the login module is not used to identify the user, the group mapping is not assigned to the user.
5. Optionally, type an annotation that helps describe the login module that you are adding.
6. Optionally, select the Properties tab.
These are the configuration properties defined in the Java code for the module. You can add or remove properties on this tab, but if the Java implementation of the login module has properties that are already set, those properties should be loaded from that module.
7. Optionally, add properties for your module, in the form of name-value pairs.
8. Click OK.