ubuntu:pam:configure_pam
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:pam:configure_pam [2019/12/01 12:53] – peter | ubuntu:pam:configure_pam [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 50: | Line 50: | ||
account required pam_nologin.so | account required pam_nologin.so | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Understanding PAM Management Groups and Control-flags ===== | ||
+ | |||
+ | PAM authentication tasks are separated into four independent management groups. | ||
+ | |||
+ | These groups manage different aspects of a typical user’s request for a restricted service. | ||
+ | |||
+ | A module is associated to one these management group types: | ||
+ | |||
+ | * **account: | ||
+ | * **authentication: | ||
+ | * **password: | ||
+ | * **session: | ||
+ | |||
+ | PAM loadable object files (the modules) are to be located in the following directory: / | ||
+ | |||
+ | The supported control-flags are: | ||
+ | |||
+ | * **requisite: | ||
+ | * **required: | ||
+ | * **sufficient: | ||
+ | * **optional: | ||
+ | |||
+ | In addition to the above are the keywords, there are two other valid control flags: | ||
+ | |||
+ | * **include: | ||
+ | * **substack: | ||
ubuntu/pam/configure_pam.1575204820.txt.gz · Last modified: 2020/07/15 09:30 (external edit)