mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
doc update [ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user