From 4c40f2de14fa2ba775bd0c12dcff56f7a4c7b9ee Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 28 Feb 2010 01:16:06 +0000 Subject: Add GSSAPIStoreCredentialsOnRekey to 'sshd -T' configuration dump. --- debian/patches/gssapi-dump.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'debian/patches') diff --git a/debian/patches/gssapi-dump.patch b/debian/patches/gssapi-dump.patch index 7292ac08d..79ee7c4b4 100644 --- a/debian/patches/gssapi-dump.patch +++ b/debian/patches/gssapi-dump.patch @@ -1,6 +1,6 @@ Description: GSSAPI configuration dump fixes - Add GSSAPIKeyExchange and GSSAPIStrictAcceptorCheck to sshd -T - configuration dump. + Add GSSAPIKeyExchange, GSSAPIStrictAcceptorCheck, and + GSSAPIStoreCredentialsOnRekey to sshd -T configuration dump. Author: Colin Watson Last-Updated: 2010-02-27 @@ -8,13 +8,14 @@ Index: b/servconf.c =================================================================== --- a/servconf.c +++ b/servconf.c -@@ -1624,7 +1624,9 @@ +@@ -1624,7 +1624,10 @@ #endif #ifdef GSSAPI dump_cfg_fmtint(sGssAuthentication, o->gss_authentication); + dump_cfg_fmtint(sGssKeyEx, o->gss_keyex); dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds); + dump_cfg_fmtint(sGssStrictAcceptor, o->gss_strict_acceptor); ++ dump_cfg_fmtint(sGssStoreRekey, o->gss_store_rekey); #endif #ifdef JPAKE dump_cfg_fmtint(sZeroKnowledgePasswordAuthentication, -- cgit v1.2.3