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