diff --git a/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/PamConsole-notls.conf b/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/PamConsole-notls.conf index 5ef1e6408d5..3c3bdf31929 100644 --- a/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/PamConsole-notls.conf +++ b/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/PamConsole-notls.conf @@ -3,4 +3,5 @@ Console { Password = "secret" UsePamAuthentication = yes TLS Enable = no + Tls Require = no } diff --git a/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/PamConsole.conf b/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/PamConsole.conf index d3638dcaf5f..c63f485ef1f 100644 --- a/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/PamConsole.conf +++ b/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/PamConsole.conf @@ -2,4 +2,5 @@ Console { Name = "PamConsole" Password = "secret" UsePamAuthentication = yes + Tls Require = no } diff --git a/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/admin.conf b/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/admin.conf index 3796fdb0f3a..db5afe03d83 100644 --- a/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/admin.conf +++ b/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/admin.conf @@ -2,4 +2,5 @@ Console { Name = "admin" Password = "secret" Profile = "operator" + Tls Require = no } diff --git a/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in b/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in index 2bc45b7dd10..0410feecff2 100644 --- a/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in +++ b/systemtests/tests/python-pam/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in @@ -20,4 +20,5 @@ Director { # define myself # Plugin Names = "" Working Directory = "@working_dir@" DirPort = @dir_port@ + Tls Require = no }