summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h
index 4202a2d02..3f47ea25e 100644
--- a/servconf.h
+++ b/servconf.h
@@ -132,8 +132,11 @@ typedef struct {
132 int kerberos_get_afs_token; /* If true, try to get AFS token if 132 int kerberos_get_afs_token; /* If true, try to get AFS token if
133 * authenticated with Kerberos. */ 133 * authenticated with Kerberos. */
134 int gss_authentication; /* If true, permit GSSAPI authentication */ 134 int gss_authentication; /* If true, permit GSSAPI authentication */
135 int gss_keyex; /* If true, permit GSSAPI key exchange */
135 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ 136 int gss_cleanup_creds; /* If true, destroy cred cache on logout */
136 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ 137 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */
138 int gss_store_rekey;
139 char *gss_kex_algorithms; /* GSSAPI kex methods to be offered by client. */
137 int password_authentication; /* If true, permit password 140 int password_authentication; /* If true, permit password
138 * authentication. */ 141 * authentication. */
139 int kbd_interactive_authentication; /* If true, permit */ 142 int kbd_interactive_authentication; /* If true, permit */