allow explicitly specifying the NAS identifier in radius

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-24 18:59:05 +01:00
parent 6647ddcbd3
commit 2f2f4a77d2
5 changed files with 18 additions and 10 deletions

View File

@@ -19,7 +19,7 @@
# One entry must be listed per line, and 'ocpasswd' should be used
# to generate password entries.
#
# radius[config=/etc/radiusclient/radiusclient.conf,groupconfig=true]:
# radius[config=/etc/radiusclient/radiusclient.conf,groupconfig=true,nas-identifier=name]:
# 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
@@ -73,8 +73,8 @@ max-clients = 16
max-same-clients = 2
# Used to identify this particular server. It is used as NAS identifier
# in radius.
server-name = ocserv@example.com
# in radius, if the nas-identifier is not already set.
#server-name = ocserv@example.com
# Use listen-host to limit to specific IPs or to the IPs of a provided
# hostname.