X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/a7c96f6cedabf34f140aae36f1f9b9ab27842fc6..05ed7e1e54103c8fb7ba310aeb4c164ca3353a1b:/openssh/servconf.h diff --git a/openssh/servconf.h b/openssh/servconf.h index 26dfd2e..a0bc834 100644 --- a/openssh/servconf.h +++ b/openssh/servconf.h @@ -95,6 +95,7 @@ typedef struct { int kerberos_get_afs_token; /* If true, try to get AFS token if * authenticated with Kerberos. */ int gss_authentication; /* If true, permit GSSAPI authentication */ + int gss_deleg_creds; /* If true, store delegated GSSAPI credentials*/ int gss_keyex; /* If true, permit GSSAPI key exchange */ int gss_cleanup_creds; /* If true, destroy cred cache on logout */ int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */