From 3033591343c044fa51ee875f692aeec83d3a1aae Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 29 Jan 2017 15:22:22 +0100 Subject: [PATCH] doc update [ci skip] --- doc/sample.config | 4 ++++ src/occtl/occtl-args.def | 2 +- src/ocpasswd/ocpasswd-args.def | 2 +- src/ocserv-args.def | 6 +++++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/sample.config b/doc/sample.config index 65882f4b..1d606231 100644 --- a/doc/sample.config +++ b/doc/sample.config @@ -7,6 +7,10 @@ # certificate: # This indicates that all connecting users must present a certificate. +# The username and user group will be then extracted from it (see +# cert-user-oid and cert-group-oid). The certificate to be accepted +# it must be signed by the CA certificate as specified in 'ca-cert' and +# it must not be listed in the CRL, as specified by the 'crl' option. # # pam[gid-min=1000]: # This enabled PAM authentication of the user. The gid-min option is used diff --git a/src/occtl/occtl-args.def b/src/occtl/occtl-args.def index 105de821..955d71d8 100644 --- a/src/occtl/occtl-args.def +++ b/src/occtl/occtl-args.def @@ -16,7 +16,7 @@ detail = "Openconnect VPN server control (occtl) is a tool to control the ocserv VPN server."; copyright = { - date = "2014-2016"; + date = "2014-2017"; owner = "Red Hat"; author = "Nikos Mavrogiannopoulos"; eaddr = "openconnect-devel@lists.infradead.org"; diff --git a/src/ocpasswd/ocpasswd-args.def b/src/ocpasswd/ocpasswd-args.def index df63da8a..81e1700e 100644 --- a/src/ocpasswd/ocpasswd-args.def +++ b/src/ocpasswd/ocpasswd-args.def @@ -18,7 +18,7 @@ detail = "This program is openconnect password (ocpasswd) utility. It allows th and handling of a 'plain' password file used by ocserv."; copyright = { - date = "2013-2016"; + date = "2013-2017"; owner = "Nikos Mavrogiannopoulos"; author = "Nikos Mavrogiannopoulos"; eaddr = "openconnect-devel@lists.infradead.org"; diff --git a/src/ocserv-args.def b/src/ocserv-args.def index b32fbec0..38f0aabc 100644 --- a/src/ocserv-args.def +++ b/src/ocserv-args.def @@ -20,7 +20,7 @@ is used by several CISCO routers. "; copyright = { - date = "2013-2016"; + date = "2013-2017"; owner = "Nikos Mavrogiannopoulos"; author = "Nikos Mavrogiannopoulos and others"; eaddr = "openconnect-devel@lists.infradead.org"; @@ -89,6 +89,10 @@ An example configuration file follows. # certificate: # This indicates that all connecting users must present a certificate. +# The username and user group will be then extracted from it (see +# cert-user-oid and cert-group-oid). The certificate to be accepted +# it must be signed by the CA certificate as specified in 'ca-cert' and +# it must not be listed in the CRL, as specified by the 'crl' option. # # pam[gid-min=1000]: # This enabled PAM authentication of the user. The gid-min option is used