From b774c6002659982da645586d0cae38f21ca789d5 Mon Sep 17 00:00:00 2001 From: Patrick Hasler Date: Mon, 6 Jan 2025 12:03:49 +0100 Subject: [PATCH] chore(pam): add 'sss' option bareos_dir_pam_auth_method --- meta/argument_specs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index 12d9add..169346d 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -180,7 +180,8 @@ argument_specs: choices: - "ldap" - "unix" - description: "Decide if Unix or LDAP socket should be used for PAM authentication" + - "sss" + description: "Decide if Unix, SSS or LDAP socket should be used for PAM authentication" bareos_dir_pam_auth_profile: type: "str" default: "webui-admin"