diff --git a/templates/console.conf.j2 b/templates/console.conf.j2 index 14fdb1d..7c9cc1c 100644 --- a/templates/console.conf.j2 +++ b/templates/console.conf.j2 @@ -19,6 +19,8 @@ Console { {% if item.tlsenable is defined %} TlsEnable = {{ item.tlsenable | ternary('Yes', 'No') }} {% endif %} +{% if item.pamauth is defined %} + UsePamAuthentication = {{ item.pamauth | ternary('Yes', 'No') }} } {% else %} # This file is not enabled.