diff options
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h index 606d80c9d..b99b27067 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -117,8 +117,10 @@ typedef struct { | |||
117 | int kerberos_get_afs_token; /* If true, try to get AFS token if | 117 | int kerberos_get_afs_token; /* If true, try to get AFS token if |
118 | * authenticated with Kerberos. */ | 118 | * authenticated with Kerberos. */ |
119 | int gss_authentication; /* If true, permit GSSAPI authentication */ | 119 | int gss_authentication; /* If true, permit GSSAPI authentication */ |
120 | int gss_keyex; /* If true, permit GSSAPI key exchange */ | ||
120 | int gss_cleanup_creds; /* If true, destroy cred cache on logout */ | 121 | int gss_cleanup_creds; /* If true, destroy cred cache on logout */ |
121 | int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ | 122 | int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ |
123 | int gss_store_rekey; | ||
122 | int password_authentication; /* If true, permit password | 124 | int password_authentication; /* If true, permit password |
123 | * authentication. */ | 125 | * authentication. */ |
124 | int kbd_interactive_authentication; /* If true, permit */ | 126 | int kbd_interactive_authentication; /* If true, permit */ |