X-Git-Url: http://www.project-moonshot.org/gitweb/?p=openssh.git;a=blobdiff_plain;f=servconf.h;fp=servconf.h;h=0b370811af2b36c2b2abbec05109719b24249ec3;hp=801a54f77bc4fe00b35099d8288a146368015b74;hb=c58af0369df352cd2bfddf972c0a43713cda1233;hpb=afca9d259be1d594e282f9a80714e4be12fea16e diff --git a/servconf.h b/servconf.h index 801a54f..0b37081 100644 --- a/servconf.h +++ b/servconf.h @@ -98,6 +98,7 @@ typedef struct { * authenticated with Kerberos. */ int gss_authentication; /* If true, permit GSSAPI authentication */ int gss_keyex; /* If true, permit GSSAPI key exchange */ + int gss_require_mic; /* If true, require GSS_C_INTEG_FLAG for gssapi-with-mic */ int gss_cleanup_creds; /* If true, destroy cred cache on logout */ int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ int password_authentication; /* If true, permit password