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 557521d73..9b117fe27 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -124,8 +124,10 @@ typedef struct { | |||
124 | int kerberos_get_afs_token; /* If true, try to get AFS token if | 124 | int kerberos_get_afs_token; /* If true, try to get AFS token if |
125 | * authenticated with Kerberos. */ | 125 | * authenticated with Kerberos. */ |
126 | int gss_authentication; /* If true, permit GSSAPI authentication */ | 126 | int gss_authentication; /* If true, permit GSSAPI authentication */ |
127 | int gss_keyex; /* If true, permit GSSAPI key exchange */ | ||
127 | int gss_cleanup_creds; /* If true, destroy cred cache on logout */ | 128 | int gss_cleanup_creds; /* If true, destroy cred cache on logout */ |
128 | int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ | 129 | int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ |
130 | int gss_store_rekey; | ||
129 | int password_authentication; /* If true, permit password | 131 | int password_authentication; /* If true, permit password |
130 | * authentication. */ | 132 | * authentication. */ |
131 | int kbd_interactive_authentication; /* If true, permit */ | 133 | int kbd_interactive_authentication; /* If true, permit */ |