updated documentation on radius

This commit is contained in:
Nikos Mavrogiannopoulos
2014-12-10 11:46:17 +01:00
parent c1deee1fb5
commit 93125ea945
3 changed files with 13 additions and 2 deletions

3
README
View File

@@ -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 ===

View File

@@ -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

View File

@@ -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