X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/63119dd9c87e72981127a5592255ac5139d09202..5598e598f2b9714c3b08a211d401c780e74dabe2:/openssh/servconf.h diff --git a/openssh/servconf.h b/openssh/servconf.h index 2e10b1c..e58e994 100644 --- a/openssh/servconf.h +++ b/openssh/servconf.h @@ -72,6 +72,13 @@ typedef struct { int hostbased_uses_name_from_packet_only; /* experimental */ int rsa_authentication; /* If true, permit RSA authentication. */ int pubkey_authentication; /* If true, permit ssh2 pubkey authentication. */ + #ifdef GSSAPI + int gss_authentication; + int gss_keyex; + int gss_use_session_ccache; /* If true, delegated credentials are + * stored in a session specific cache */ + int gss_cleanup_creds; /* If true, destroy cred cache on logout */ +#endif #if defined(KRB4) || defined(KRB5) int kerberos_authentication; /* If true, permit Kerberos * authentication. */