summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h
index 8a5b950ea..257de1c8b 100644
--- a/servconf.h
+++ b/servconf.h
@@ -87,7 +87,9 @@ typedef struct {
87 int kerberos_get_afs_token; /* If true, try to get AFS token if 87 int kerberos_get_afs_token; /* If true, try to get AFS token if
88 * authenticated with Kerberos. */ 88 * authenticated with Kerberos. */
89 int gss_authentication; /* If true, permit GSSAPI authentication */ 89 int gss_authentication; /* If true, permit GSSAPI authentication */
90 int gss_keyex; /* If true, permit GSSAPI key exchange */
90 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ 91 int gss_cleanup_creds; /* If true, destroy cred cache on logout */
92 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */
91 int password_authentication; /* If true, permit password 93 int password_authentication; /* If true, permit password
92 * authentication. */ 94 * authentication. */
93 int kbd_interactive_authentication; /* If true, permit */ 95 int kbd_interactive_authentication; /* If true, permit */