Skip to content

Commit

Permalink
python-pam: adapt to new default TLSRequire=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and BareosBot committed Sep 22, 2023
1 parent ba4ebef commit e5a527c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Expand Up @@ -3,4 +3,5 @@ Console {
Password = "secret"
UsePamAuthentication = yes
TLS Enable = no
Tls Require = no
}
Expand Up @@ -2,4 +2,5 @@ Console {
Name = "PamConsole"
Password = "secret"
UsePamAuthentication = yes
Tls Require = no
}
Expand Up @@ -2,4 +2,5 @@ Console {
Name = "admin"
Password = "secret"
Profile = "operator"
Tls Require = no
}
Expand Up @@ -20,4 +20,5 @@ Director { # define myself
# Plugin Names = ""
Working Directory = "@working_dir@"
DirPort = @dir_port@
Tls Require = no
}

0 comments on commit e5a527c

Please sign in to comment.