Lines Matching +full:on +full:- +full:module
5 Each file details the module chain for a single service, and must be
17 module-type control-flag module-path arguments
24 module-type:
27 account: non-authentication based authorization, based on time,
32 control-flag: How libpam handles success or failure of the module.
33 required: success is required; on failure all remaining
35 requisite: success is required, and on failure no remaining
38 module failed, no remaining modules are run.
39 binding: success is sufficient; on failure all remaining
43 arguments: Module-specific options, plus some generic ones:
49 preceding auth module.
51 the preceding auth module, and if that fails
57 Note that having a "sufficient" module as the last entry for a
58 particular service and module type may result in surprising behaviour.
60 pam_deny module at the end of the chain.