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