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 860009f9c..083789334 100644
--- a/servconf.h
+++ b/servconf.h
@@ -94,7 +94,10 @@ typedef struct {
94 int kerberos_get_afs_token; /* If true, try to get AFS token if 94 int kerberos_get_afs_token; /* If true, try to get AFS token if
95 * authenticated with Kerberos. */ 95 * authenticated with Kerberos. */
96 int gss_authentication; /* If true, permit GSSAPI authentication */ 96 int gss_authentication; /* If true, permit GSSAPI authentication */
97 int gss_keyex; /* If true, permit GSSAPI key exchange */
97 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ 98 int gss_cleanup_creds; /* If true, destroy cred cache on logout */
99 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */
100 int gss_store_rekey;
98 int password_authentication; /* If true, permit password 101 int password_authentication; /* If true, permit password
99 * authentication. */ 102 * authentication. */
100 int kbd_interactive_authentication; /* If true, permit */ 103 int kbd_interactive_authentication; /* If true, permit */