diff options
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h index 98aad8ba2..ab6e34669 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -111,7 +111,10 @@ typedef struct { | |||
111 | int kerberos_get_afs_token; /* If true, try to get AFS token if | 111 | int kerberos_get_afs_token; /* If true, try to get AFS token if |
112 | * authenticated with Kerberos. */ | 112 | * authenticated with Kerberos. */ |
113 | int gss_authentication; /* If true, permit GSSAPI authentication */ | 113 | int gss_authentication; /* If true, permit GSSAPI authentication */ |
114 | int gss_keyex; /* If true, permit GSSAPI key exchange */ | ||
114 | int gss_cleanup_creds; /* If true, destroy cred cache on logout */ | 115 | int gss_cleanup_creds; /* If true, destroy cred cache on logout */ |
116 | int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ | ||
117 | int gss_store_rekey; | ||
115 | int password_authentication; /* If true, permit password | 118 | int password_authentication; /* If true, permit password |
116 | * authentication. */ | 119 | * authentication. */ |
117 | int kbd_interactive_authentication; /* If true, permit */ | 120 | int kbd_interactive_authentication; /* If true, permit */ |