[openssh-commits] [openssh] branch master updated: vm.yml: fix solaris PAM tests

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Apr 30 09:29:37 AEST 2026


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 7ab5e4073 vm.yml: fix solaris PAM tests
7ab5e4073 is described below

commit 7ab5e4073a508a342be49e2c238087b2de4e099f
Author: Renaud Allard <renaud at allard.it>
AuthorDate: Sat Mar 21 19:23:04 2026 +0100

    vm.yml: fix solaris PAM tests
    
    Add missing SSHD_CONFOPTS="UsePam yes" to the solaris PAM test
    step so it actually tests PAM functionality instead of re-running
    the default tests with a PAM-enabled binary.
---
 .github/workflows/vm.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml
index 5d12fb9e5..11edae16b 100644
--- a/.github/workflows/vm.yml
+++ b/.github/workflows/vm.yml
@@ -466,5 +466,5 @@ jobs:
       shell: solaris {0}
       run: |
         cd $GITHUB_WORKSPACE
-        sudo -u builder make tests
+        sudo -u builder env SSHD_CONFOPTS="UsePam yes" make tests
 

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list