X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/bc64490b962efbc0d711f3934c038870c38c25c7..fe4ad27384e843fd03f01a4e4a0d457a90f312be:/openssh/readconf.h diff --git a/openssh/readconf.h b/openssh/readconf.h index ee981ab..991e9b5 100644 --- a/openssh/readconf.h +++ b/openssh/readconf.h @@ -47,6 +47,7 @@ typedef struct { int gss_authentication; /* Try GSS authentication */ int gss_keyex; int gss_deleg_creds; /* Delegate GSS credentials */ + int gss_trust_dns; /* Trust DNS for GSS canonicalization */ int password_authentication; /* Try password * authentication. */ int kbd_interactive_authentication; /* Try keyboard-interactive auth. */