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 096d596d7..2ccf4d0f2 100644
--- a/servconf.h
+++ b/servconf.h
@@ -103,7 +103,10 @@ typedef struct {
103 int kerberos_get_afs_token; /* If true, try to get AFS token if 103 int kerberos_get_afs_token; /* If true, try to get AFS token if
104 * authenticated with Kerberos. */ 104 * authenticated with Kerberos. */
105 int gss_authentication; /* If true, permit GSSAPI authentication */ 105 int gss_authentication; /* If true, permit GSSAPI authentication */
106 int gss_keyex; /* If true, permit GSSAPI key exchange */
106 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ 107 int gss_cleanup_creds; /* If true, destroy cred cache on logout */
108 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */
109 int gss_store_rekey;
107 int password_authentication; /* If true, permit password 110 int password_authentication; /* If true, permit password
108 * authentication. */ 111 * authentication. */
109 int kbd_interactive_authentication; /* If true, permit */ 112 int kbd_interactive_authentication; /* If true, permit */