Test krb5 on Solaris 11 too.

This commit is contained in:
Darren Tucker 2021-04-23 10:26:35 +10:00
parent f57fbfe5eb
commit 3fe7e73b02
2 changed files with 5 additions and 1 deletions

4
.github/configs vendored
View File

@ -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"

View File

@ -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: