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 9922f0c8c..d2ed4d78b 100644
--- a/servconf.h
+++ b/servconf.h
@@ -115,7 +115,10 @@ typedef struct {
115 int kerberos_get_afs_token; /* If true, try to get AFS token if 115 int kerberos_get_afs_token; /* If true, try to get AFS token if
116 * authenticated with Kerberos. */ 116 * authenticated with Kerberos. */
117 int gss_authentication; /* If true, permit GSSAPI authentication */ 117 int gss_authentication; /* If true, permit GSSAPI authentication */
118 int gss_keyex; /* If true, permit GSSAPI key exchange */
118 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ 119 int gss_cleanup_creds; /* If true, destroy cred cache on logout */
120 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */
121 int gss_store_rekey;
119 int password_authentication; /* If true, permit password 122 int password_authentication; /* If true, permit password
120 * authentication. */ 123 * authentication. */
121 int kbd_interactive_authentication; /* If true, permit */ 124 int kbd_interactive_authentication; /* If true, permit */