mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
pamd: Add a note in docs about authselect profiles (#2815)
pamd module does not handle or modify authselect profiles which are basically template files for authselect. The autheselect generates pam.d files from these profiles. Fixes: #1954 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
3ca98c2edd
commit
4a47d121aa
1 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@ description:
|
||||||
- Edit PAM service's type, control, module path and module arguments.
|
- Edit PAM service's type, control, module path and module arguments.
|
||||||
- In order for a PAM rule to be modified, the type, control and
|
- In order for a PAM rule to be modified, the type, control and
|
||||||
module_path must match an existing rule. See man(5) pam.d for details.
|
module_path must match an existing rule. See man(5) pam.d for details.
|
||||||
|
notes:
|
||||||
|
- This module does not handle authselect profiles.
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue