mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
Test krb5 on Solaris 11 too.
This commit is contained in:
parent
f57fbfe5eb
commit
3fe7e73b02
4
.github/configs
vendored
4
.github/configs
vendored
@ -36,6 +36,10 @@ case "$config" in
|
|||||||
libedit)
|
libedit)
|
||||||
CONFIGFLAGS="--with-libedit"
|
CONFIGFLAGS="--with-libedit"
|
||||||
;;
|
;;
|
||||||
|
pam-krb5)
|
||||||
|
CONFIGFLAGS="--with-pam --with-kerberos5"
|
||||||
|
SSHD_CONFOPTS="UsePam yes"
|
||||||
|
;;
|
||||||
*pam)
|
*pam)
|
||||||
CONFIGFLAGS="--with-pam"
|
CONFIGFLAGS="--with-pam"
|
||||||
SSHD_CONFOPTS="UsePam yes"
|
SSHD_CONFOPTS="UsePam yes"
|
||||||
|
2
.github/workflows/selfhosted.yml
vendored
2
.github/workflows/selfhosted.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
- { os: fbsd13, configs: pam }
|
- { os: fbsd13, configs: pam }
|
||||||
- { os: nbsd8, configs: pam }
|
- { os: nbsd8, configs: pam }
|
||||||
- { os: sol10, configs: pam }
|
- { os: sol10, configs: pam }
|
||||||
- { os: sol11, configs: pam }
|
- { os: sol11, configs: pam-krb5 }
|
||||||
- { os: sol11, configs: sol64 }
|
- { os: sol11, configs: sol64 }
|
||||||
# - { os: sol11, configs: sol64-pam }
|
# - { os: sol11, configs: sol64-pam }
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user