From d4b4370ec4dfaa5d1cbd11ffade2eb7ad034849d Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 22:25:39 +0200 Subject: [PATCH] pamd: Add a note in docs about authselect profiles (#2815) (#2820) 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 (cherry picked from commit 4a47d121aa135f246b0ec6c0072f5eaaa532cad5) Co-authored-by: Abhijeet Kasurde --- plugins/modules/system/pamd.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/modules/system/pamd.py b/plugins/modules/system/pamd.py index 45f0082693..39b3f32e44 100644 --- a/plugins/modules/system/pamd.py +++ b/plugins/modules/system/pamd.py @@ -16,7 +16,9 @@ short_description: Manage PAM Modules description: - Edit PAM service's type, control, module path and module arguments. - 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: name: description: