mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
allow explicitly specifying the NAS identifier in radius
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user