pamd: Add a note in docs about authselect profiles (#2815) (#2819)

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>
(cherry picked from commit 4a47d121aa)

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/2825/head
patchback[bot] 2021-06-16 22:25:40 +02:00 committed by GitHub
parent ed8de04cab
commit c670216e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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: