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 0175e00e8..3b76da816 100644
--- a/servconf.h
+++ b/servconf.h
@@ -125,8 +125,10 @@ typedef struct {
125 int kerberos_get_afs_token; /* If true, try to get AFS token if 125 int kerberos_get_afs_token; /* If true, try to get AFS token if
126 * authenticated with Kerberos. */ 126 * authenticated with Kerberos. */
127 int gss_authentication; /* If true, permit GSSAPI authentication */ 127 int gss_authentication; /* If true, permit GSSAPI authentication */
128 int gss_keyex; /* If true, permit GSSAPI key exchange */
128 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ 129 int gss_cleanup_creds; /* If true, destroy cred cache on logout */
129 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ 130 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */
131 int gss_store_rekey;
130 int password_authentication; /* If true, permit password 132 int password_authentication; /* If true, permit password
131 * authentication. */ 133 * authentication. */
132 int kbd_interactive_authentication; /* If true, permit */ 134 int kbd_interactive_authentication; /* If true, permit */