]> andersk Git - openssh.git/blobdiff - servconf.h
- provos@cvs.openbsd.org 2002/03/18 17:50:31
[openssh.git] / servconf.h
index 3134b222a8c3999d944bbb02591fbee0cda2de54..b5d110a5a69c1f8d5e67b2d7eb647c9107778ffc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: servconf.h,v 1.54 2002/03/04 17:27:39 stevesk Exp $   */
+/*     $OpenBSD: servconf.h,v 1.55 2002/03/18 17:50:31 provos Exp $    */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -131,6 +131,9 @@ typedef struct {
        char   *authorized_keys_file2;
        int     pam_authentication_via_kbd_int;
 
+       int     unprivileged_user;      /* User unprivileged child uses */
+       int     unprivileged_group;     /* Group unprivileged child uses */
+       char   *unprivileged_dir;       /* Chroot dir for unprivileged user */
 }       ServerOptions;
 
 void    initialize_server_options(ServerOptions *);
This page took 0.033675 seconds and 4 git commands to generate.