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