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 a420f398d..253cad97e 100644
--- a/servconf.h
+++ b/servconf.h
@@ -137,8 +137,11 @@ typedef struct {
137 int kerberos_get_afs_token; /* If true, try to get AFS token if 137 int kerberos_get_afs_token; /* If true, try to get AFS token if
138 * authenticated with Kerberos. */ 138 * authenticated with Kerberos. */
139 int gss_authentication; /* If true, permit GSSAPI authentication */ 139 int gss_authentication; /* If true, permit GSSAPI authentication */
140 int gss_keyex; /* If true, permit GSSAPI key exchange */
140 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ 141 int gss_cleanup_creds; /* If true, destroy cred cache on logout */
141 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ 142 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */
143 int gss_store_rekey;
144 char *gss_kex_algorithms; /* GSSAPI kex methods to be offered by client. */
142 int password_authentication; /* If true, permit password 145 int password_authentication; /* If true, permit password
143 * authentication. */ 146 * authentication. */
144 int kbd_interactive_authentication; /* If true, permit */ 147 int kbd_interactive_authentication; /* If true, permit */