mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 08:40:57 +02:00
13 lines
390 B
Text
13 lines
390 B
Text
#######################################################################
|
|
#
|
|
# Define RADIUS clients (usually a NAS, Access Point, etc.).
|
|
#
|
|
#######################################################################
|
|
|
|
client localhost {
|
|
ipaddr = 127.0.0.1
|
|
secret = testing123
|
|
require_message_authenticator = no
|
|
# shortname = localhost
|
|
nastype = other # localhost isn't usually a NAS...
|
|
}
|