From: Darren Tucker Date: Fri, 23 Apr 2021 00:26:35 +0000 (+1000) Subject: Test krb5 on Solaris 11 too. X-Git-Tag: V_8_7_P1~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe7e73b025c07eda46d78049f1da8ed7dfc0c69;p=thirdparty%2Fopenssh-portable.git Test krb5 on Solaris 11 too. --- diff --git a/.github/configs b/.github/configs index 2eff0deae..b24de4dd1 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 ec91ebda5..a9144b426 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: