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: