Specifications

Chapter 15 Configuring and Managing Open Directory 267
To start the RADIUS server:
$ sudo radiusconfig -start
To stop the RADIUS server:
$ sudo radiusconfig -stop
To disable Transport Level Security (TLS):
$ sudo radiusconfig -disable-tls
This command disables TLS by commenting-out the TLS section in the eap.conf file.
To enable TLS:
$ sudo radiusconfig -enable-tls
This command enables TLS by activating the TLS section in the eap.conf file.
To add a Radius client:
$ sudo radiusconfig -addclient
nas-name
shortname
[
type
]
To import Radius clients:
$ sudo radiusconfig -importclients
xml-plist-file
To remove Radius clients:
$ sudo radiusconfig -removeclient
nas-name [nas-name …]
To configure RADIUS service parameters:
$ sudo radiusconfig -setconfig
key
value
[
key
value
…]
Parameter Description
nas-name
The name of the client.
shortname
The shortname of the client.
type
(Optional) The type of the client.
Parameter Description
xml-plist-file
The name of the file, including the path, to import clients from.
Parameter Description
nas-name
The name of the client to remove from the server.
Parameter Description
key
The name of the key to configure in the radiusd.conf or eap.conf
files.
value
The value of the key.