commit 6a69278f68
Author: Robert Kaussow <mail@geeklabor.de> Date: Wed Jan 22 23:24:47 2020 +0100 force run
This commit is contained in:
parent
6e1b7d87c2
commit
16dfeb5034
46
index.md
Normal file
46
index.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user