Author: Robert Kaussow <mail@geeklabor.de>
Date:   Wed Jan 22 23:24:47 2020 +0100

    force run
This commit is contained in:
Robert Kaussow 2020-01-22 22:43:47 +00:00
parent 6e1b7d87c2
commit 16dfeb5034
1 changed files with 46 additions and 0 deletions

46
index.md Normal file
View File

@ -0,0 +1,46 @@
---
title: pam
type: docs
---
Configure pam stack
* [Default Variables](#default-variables)
* [pam_settings](#pam-settings)
* [pam_settings_extra](#pam-settings-extra)
* [Dependencies](#dependencies)
---
## Default Variables
### pam_settings
#### Default value
```YAML
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
```YAML
pam_settings_extra: []
```
## Dependencies
None.