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 870c70982..06e21a93d 100644
--- a/servconf.h
+++ b/servconf.h
@@ -110,7 +110,10 @@ typedef struct {
110 int kerberos_get_afs_token; /* If true, try to get AFS token if 110 int kerberos_get_afs_token; /* If true, try to get AFS token if
111 * authenticated with Kerberos. */ 111 * authenticated with Kerberos. */
112 int gss_authentication; /* If true, permit GSSAPI authentication */ 112 int gss_authentication; /* If true, permit GSSAPI authentication */
113 int gss_keyex; /* If true, permit GSSAPI key exchange */
113 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ 114 int gss_cleanup_creds; /* If true, destroy cred cache on logout */
115 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */
116 int gss_store_rekey;
114 int password_authentication; /* If true, permit password 117 int password_authentication; /* If true, permit password
115 * authentication. */ 118 * authentication. */
116 int kbd_interactive_authentication; /* If true, permit */ 119 int kbd_interactive_authentication; /* If true, permit */