]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Test krb5 on Solaris 11 too.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 23 Apr 2021 00:26:35 +0000 (10:26 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 23 Apr 2021 00:26:35 +0000 (10:26 +1000)
.github/configs
.github/workflows/selfhosted.yml

index 2eff0deae0b5463c4f340377666b937b734a7186..b24de4dd1e6604e5992c3bb07bf5a84154830bab 100755 (executable)
@@ -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"
index ec91ebda5081bfcb5d17a3546f119e57010748d7..a9144b4260cedd96893757520918bfd51df91539 100644 (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: