mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
updated documentation on radius
This commit is contained in:
3
README
3
README
@@ -30,6 +30,9 @@ libopts25-dev / autogen-libopts-devel
|
||||
autogen / autogen
|
||||
|
||||
|
||||
For radius support the freeradius-client library is required. Currently
|
||||
(2014-12-10) the best would be to use the version from the git repository
|
||||
at: https://github.com/FreeRADIUS/freeradius-client
|
||||
|
||||
=== Build instructions ===
|
||||
|
||||
|
||||
@@ -22,7 +22,12 @@ auth = "plain[./sample.passwd]"
|
||||
# to generate password entries.
|
||||
#auth = "plain[/etc/ocserv/ocpasswd]"
|
||||
|
||||
# User authentication using radius.
|
||||
# The radius option requires specifying freeradius-client configuration
|
||||
# file. If the groupconfig option is set, then config-per-user will be overriden,
|
||||
# and all configuration will be read from radius. The supported atributes for
|
||||
# radius configuration are:
|
||||
# Group-Name, Framed-IPv6-Address, DNS-Server-IPv6-Address, Framed-IP-Address,
|
||||
# Framed-IP-Netmask, MS-Primary-DNS-Server, MS-Secondary-DNS-Server
|
||||
#auth = "radius[/usr/local/etc/radiusclient/radiusclient.conf,groupconfig]"
|
||||
|
||||
# Whether to enable seccomp worker isolation. That restricts the number of
|
||||
|
||||
@@ -98,7 +98,10 @@ An example configuration file follows.
|
||||
|
||||
# The radius option requires specifying freeradius-client configuration
|
||||
# file. If the groupconfig option is set, then config-per-user will be overriden,
|
||||
# and all configuration will be read from radius.
|
||||
# and all configuration will be read from radius. The supported atributes for
|
||||
# radius configuration are:
|
||||
# Group-Name, Framed-IPv6-Address, DNS-Server-IPv6-Address, Framed-IP-Address,
|
||||
# Framed-IP-Netmask, MS-Primary-DNS-Server, MS-Secondary-DNS-Server
|
||||
#auth = "radius[/etc/radiusclient/radiusclient.conf,groupconfig]"
|
||||
|
||||
# Whether to enable seccomp worker isolation. That restricts the number of
|
||||
|
||||
Reference in New Issue
Block a user