From: djm@openbsd.org Date: Tue, 2 Sep 2025 09:40:19 +0000 (+0000) Subject: upstream: GssStrictAcceptor was missing from sshd -T output; fix X-Git-Tag: V_10_1_P1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd93060bb2ec35a7f0bf96d1a74104bab49e017;p=thirdparty%2Fopenssh-portable.git upstream: GssStrictAcceptor was missing from sshd -T output; fix OpenBSD-Commit-ID: 6014049ccfedc48a208e37d5488ade6bdc2d1c44 --- 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 , 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,