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 f4137af7d..778ba1742 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -118,8 +118,10 @@ typedef struct { | |||
118 | int kerberos_get_afs_token; /* If true, try to get AFS token if | 118 | int kerberos_get_afs_token; /* If true, try to get AFS token if |
119 | * authenticated with Kerberos. */ | 119 | * authenticated with Kerberos. */ |
120 | int gss_authentication; /* If true, permit GSSAPI authentication */ | 120 | int gss_authentication; /* If true, permit GSSAPI authentication */ |
121 | int gss_keyex; /* If true, permit GSSAPI key exchange */ | ||
121 | int gss_cleanup_creds; /* If true, destroy cred cache on logout */ | 122 | int gss_cleanup_creds; /* If true, destroy cred cache on logout */ |
122 | int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ | 123 | int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ |
124 | int gss_store_rekey; | ||
123 | int password_authentication; /* If true, permit password | 125 | int password_authentication; /* If true, permit password |
124 | * authentication. */ | 126 | * authentication. */ |
125 | int kbd_interactive_authentication; /* If true, permit */ | 127 | int kbd_interactive_authentication; /* If true, permit */ |