[openssh-commits] [openssh] 02/03: upstream: GssStrictAcceptor was missing from sshd -T output; fix

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Sep 2 19:42:05 AEST 2025


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

djm pushed a commit to branch master
in repository openssh.

commit 6fd93060bb2ec35a7f0bf96d1a74104bab49e017
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Tue Sep 2 09:40:19 2025 +0000

    upstream: GssStrictAcceptor was missing from sshd -T output; fix
    
    OpenBSD-Commit-ID: 6014049ccfedc48a208e37d5488ade6bdc2d1c44
---
 servconf.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/servconf.c b/servconf.c
index 415868b32..bd04336e0 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.c,v 1.433 2025/09/02 01:03:43 djm Exp $ */
+/* $OpenBSD: servconf.c,v 1.434 2025/09/02 09:40:19 djm Exp $ */
 /*
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
@@ -3258,6 +3258,7 @@ dump_config(ServerOptions *o)
 #ifdef GSSAPI
 	dump_cfg_fmtint(sGssAuthentication, o->gss_authentication);
 	dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds);
+	dump_cfg_fmtint(sGssStrictAcceptor, o->gss_strict_acceptor);
 #endif
 	dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication);
 	dump_cfg_fmtint(sKbdInteractiveAuthentication,

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


More information about the openssh-commits mailing list