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 1df8f3db8..f10908e5b 100644
--- a/servconf.h
+++ b/servconf.h
@@ -138,8 +138,11 @@ typedef struct {
138 int kerberos_get_afs_token; /* If true, try to get AFS token if 138 int kerberos_get_afs_token; /* If true, try to get AFS token if
139 * authenticated with Kerberos. */ 139 * authenticated with Kerberos. */
140 int gss_authentication; /* If true, permit GSSAPI authentication */ 140 int gss_authentication; /* If true, permit GSSAPI authentication */
141 int gss_keyex; /* If true, permit GSSAPI key exchange */
141 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ 142 int gss_cleanup_creds; /* If true, destroy cred cache on logout */
142 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ 143 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */
144 int gss_store_rekey;
145 char *gss_kex_algorithms; /* GSSAPI kex methods to be offered by client. */
143 int password_authentication; /* If true, permit password 146 int password_authentication; /* If true, permit password
144 * authentication. */ 147 * authentication. */
145 int kbd_interactive_authentication; /* If true, permit */ 148 int kbd_interactive_authentication; /* If true, permit */