mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
updated doc
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* DO NOT EDIT THIS FILE (ocserv-args.c)
|
||||
*
|
||||
* It has been AutoGen-ed March 23, 2013 at 11:25:22 PM by AutoGen 5.16
|
||||
* It has been AutoGen-ed April 3, 2013 at 07:02:18 PM by AutoGen 5.16
|
||||
* From the definitions ocserv-args.def
|
||||
* and the template file options
|
||||
*
|
||||
@@ -66,7 +66,7 @@ extern FILE * option_usage_fp;
|
||||
* ocserv option static const strings
|
||||
*/
|
||||
static char const ocserv_opt_strs[1810] =
|
||||
/* 0 */ "ocserv 0.1.0\n"
|
||||
/* 0 */ "ocserv 0.1.1\n"
|
||||
"Copyright (C) 2013 Nikos Mavrogiannopoulos, all rights reserved.\n"
|
||||
"This is free software. It is licensed for use, modification and\n"
|
||||
"redistribution under the terms of the\n"
|
||||
@@ -99,7 +99,7 @@ static char const ocserv_opt_strs[1810] =
|
||||
/* 1129 */ "Output version information and exit\0"
|
||||
/* 1165 */ "version\0"
|
||||
/* 1173 */ "OCSERV\0"
|
||||
/* 1180 */ "ocserv - OpenConnect server - Ver. 0.1.0\n"
|
||||
/* 1180 */ "ocserv - OpenConnect server - Ver. 0.1.1\n"
|
||||
"USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0"
|
||||
/* 1279 */ "openconnect-devel@lists.infradead.org\0"
|
||||
/* 1317 */ "\n\n\0"
|
||||
@@ -111,7 +111,7 @@ static char const ocserv_opt_strs[1810] =
|
||||
"authentication. Authenticated users are assigned an unprivileged worker\n"
|
||||
"process and obtain a networking (tun) device and IP from a configurable\n"
|
||||
"pool of addresses.\n\0"
|
||||
/* 1722 */ "ocserv 0.1.0\0"
|
||||
/* 1722 */ "ocserv 0.1.1\0"
|
||||
/* 1735 */ "Usage: ocserv [options] -c [config]\n"
|
||||
"ocserv --help for usage instructions.\n";
|
||||
|
||||
|
||||
@@ -201,6 +201,9 @@ use-utmp = true
|
||||
# PID file
|
||||
pid-file = /var/run/ocserv.pid
|
||||
|
||||
# The default server directory. Does not require any devices present.
|
||||
#chroot-dir = /path/to/chroot
|
||||
|
||||
# socket file used for IPC, will be appended with .PID
|
||||
# It must be accessible within the chroot environment (if any)
|
||||
socket-file = /var/run/ocserv-socket
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* DO NOT EDIT THIS FILE (ocserv-args.h)
|
||||
*
|
||||
* It has been AutoGen-ed March 23, 2013 at 11:25:22 PM by AutoGen 5.16
|
||||
* It has been AutoGen-ed April 3, 2013 at 07:02:18 PM by AutoGen 5.16
|
||||
* From the definitions ocserv-args.def
|
||||
* and the template file options
|
||||
*
|
||||
@@ -76,8 +76,8 @@ typedef enum {
|
||||
} teOptIndex;
|
||||
|
||||
#define OPTION_CT 7
|
||||
#define OCSERV_VERSION "0.1.0"
|
||||
#define OCSERV_FULL_VERSION "ocserv 0.1.0"
|
||||
#define OCSERV_VERSION "0.1.1"
|
||||
#define OCSERV_FULL_VERSION "ocserv 0.1.1"
|
||||
|
||||
/*
|
||||
* Interface defines for all options. Replace "n" with the UPPER_CASED
|
||||
|
||||
Reference in New Issue
Block a user