Skip to content

Commit

Permalink
feat: added PAM Auth option
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Joos committed Oct 1, 2024
1 parent d18db34 commit 19d2172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/console.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 19d2172

Please sign in to comment.