summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index 024987dd6..afa80675e 100644
--- a/servconf.h
+++ b/servconf.h
@@ -131,7 +131,7 @@ typedef struct {
131 131
132 char *authorized_keys_file; /* File containing public keys */ 132 char *authorized_keys_file; /* File containing public keys */
133 char *authorized_keys_file2; 133 char *authorized_keys_file2;
134 int pam_authentication_via_kbd_int; 134 int use_pam; /* Enable auth via PAM */
135} ServerOptions; 135} ServerOptions;
136 136
137void initialize_server_options(ServerOptions *); 137void initialize_server_options(ServerOptions *);