X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=servconf.h;h=38de135020794c1a5b20cfc4e79a50c0c8cf5d6f;hb=refs%2Fheads%2Fopenssh-5.81p1-gsskex-all;hp=5a058a41644316d886f48c236e4d886049a4cbda;hpb=0bf87176543b3874dfd9e1a2ad928fe78388669d;p=openssh.git diff --git a/servconf.h b/servconf.h index 5a058a4..38de135 100644 --- a/servconf.h +++ b/servconf.h @@ -97,7 +97,10 @@ 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_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 */ + int gss_store_rekey; int password_authentication; /* If true, permit password * authentication. */ int kbd_interactive_authentication; /* If true, permit */