xoxys.pam/index.md
Robert Kaussow 672267d960 commit 4b6740a544
Author: Robert Kaussow <mail@geeklabor.de>
Date:   Thu Jun 4 15:15:58 2020 +0200

    fix link to the license file
2020-06-04 13:34:28 +00:00

1.0 KiB

title type
pam docs

Source Code Build Status License: MIT

Configure pam stack.


Default Variables

pam_settings

Default value

pam_settings:
  - type: auth
    control: sufficient
    module_arguments:
      - try_first_pass
  - type: password
    control: sufficient
    module_arguments:
      - sha512
      - shadow
      - try_first_pass
      - use_authtok

pam_settings_extra

Default value

pam_settings_extra: []

Dependencies

None.