From 4a47d121aa135f246b0ec6c0072f5eaaa532cad5 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Thu, 17 Jun 2021 00:53:54 +0530 Subject: [PATCH] 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 --- 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: