summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index 3134b222a..b5d110a5a 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.54 2002/03/04 17:27:39 stevesk Exp $ */ 1/* $OpenBSD: servconf.h,v 1.55 2002/03/18 17:50:31 provos Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -131,6 +131,9 @@ typedef struct {
131 char *authorized_keys_file2; 131 char *authorized_keys_file2;
132 int pam_authentication_via_kbd_int; 132 int pam_authentication_via_kbd_int;
133 133
134 int unprivileged_user; /* User unprivileged child uses */
135 int unprivileged_group; /* Group unprivileged child uses */
136 char *unprivileged_dir; /* Chroot dir for unprivileged user */
134} ServerOptions; 137} ServerOptions;
135 138
136void initialize_server_options(ServerOptions *); 139void initialize_server_options(ServerOptions *);