]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: GssStrictAcceptor was missing from sshd -T output; fix
authordjm@openbsd.org <djm@openbsd.org>
Tue, 2 Sep 2025 09:40:19 +0000 (09:40 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 2 Sep 2025 09:41:58 +0000 (19:41 +1000)
OpenBSD-Commit-ID: 6014049ccfedc48a208e37d5488ade6bdc2d1c44

servconf.c

index 415868b32520aec7b9846c9d09ec33de1d67f683..bd04336e001b20350fdd80a90ba1cfbd441ff389 100644 (file)
@@ -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@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,