mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-15 06:48:10 +08:00
doc update
This commit is contained in:
10
README
10
README
@@ -63,12 +63,12 @@ custom password file. Various combinations can be used, e.g., certificates
|
|||||||
and passwords. Since PAM supports various authentication types, two factor
|
and passwords. Since PAM supports various authentication types, two factor
|
||||||
authentication methods are also supported. After the user is authenticated he
|
authentication methods are also supported. After the user is authenticated he
|
||||||
is provided with a cookie that can be used for future connections. The lifetime
|
is provided with a cookie that can be used for future connections. The lifetime
|
||||||
of the cookie is configurable using the 'cookie-validity' option, and is renewed
|
of the cookie is configurable using the 'cookie-validity' option.
|
||||||
on every client connection.
|
|
||||||
|
|
||||||
After the user is authenticated, directly, or via the cookie, he issues an HTTP
|
After the user is authenticated, directly, or via the cookie, he issues an HTTP
|
||||||
CONNECT command which results to a direct connection with the VPN. Additionally
|
CONNECT command which results to a direct connection with the VPN. Additionally
|
||||||
the user could connect using UDP and Datagram TLS. That connection is authenticated
|
the user could connect using UDP and Datagram TLS on a port that is provided
|
||||||
using session resumption and a master key provided by the server, i.e., it is not
|
by the server. That connection is authenticated using TLS session resumption and
|
||||||
really a DTLS 1.0 compliant connection.
|
a master key provided by the server, i.e., it is not really a DTLS 1.0 compliant
|
||||||
|
connection.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user