First page Back Continue Last page Summary Graphics
Configuration Flags
Flags that can be applied to a login module
- Required
- The LoginModule is required to succeed. If it succeeds or fails, authentication still continues to proceed down the LoginModule list.
- Requisite
- The LoginModule is required to succeed. If it succeeds, authentication continues down the LoginModule list. If it fails, control immediately returns to the application (authentication does not proceed down the LoginModule list).
Notes: