[openssh-commits] [openssh] 01/03: Test krb5 on Solaris 11 too.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 23 11:12:29 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 3fe7e73b025c07eda46d78049f1da8ed7dfc0c69
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Apr 23 10:26:35 2021 +1000
Test krb5 on Solaris 11 too.
---
.github/configs | 4 ++++
.github/workflows/selfhosted.yml | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/configs b/.github/configs
index 2eff0dea..b24de4dd 100755
--- a/.github/configs
+++ b/.github/configs
@@ -36,6 +36,10 @@ case "$config" in
libedit)
CONFIGFLAGS="--with-libedit"
;;
+ pam-krb5)
+ CONFIGFLAGS="--with-pam --with-kerberos5"
+ SSHD_CONFOPTS="UsePam yes"
+ ;;
*pam)
CONFIGFLAGS="--with-pam"
SSHD_CONFOPTS="UsePam yes"
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index ec91ebda..a9144b42 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -42,7 +42,7 @@ jobs:
- { os: fbsd13, configs: pam }
- { os: nbsd8, configs: pam }
- { os: sol10, configs: pam }
- - { os: sol11, configs: pam }
+ - { os: sol11, configs: pam-krb5 }
- { os: sol11, configs: sol64 }
# - { os: sol11, configs: sol64-pam }
steps:
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list