C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1207
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
L
OCAL
RADIUS S
ERVER
C
OMMANDS
DOMAIN
-
STYLE
domain-style
Overview
Use this command to enable a specified domain style on the local RADIUS server.
The local RADIUS server decodes the domain portion of a username login string
when this command is enabled.
Use the
no
variant of this command to disable the specified domain style on the
local RADIUS server.
Syntax
domain-style {suffix-atsign|ntdomain}
Default
This feature is disabled by default.
Mode
RADIUS Server Configuration
Usage
When both domain styles are enabled, the first domain style configured has the
highest priority. A username login string is matched against the first domain style
enabled. Then, if the username login string is not decoded, it is matched against
the second domain style enabled.
Examples
To enable NT domain style on the local RADIUS server, use the commands:
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
domain-style ntdomain
To disable NT domain style on the local RADIUS server, use the commands:
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
no domain-style ntdomain
Related
Commands
server enable
Parameter
Description
suffix-atsign
Enable at sign “@” delimited suffix style, i.e. “user@domain”.
ntdomain
Enable NT domain style, i.e. “domain\user”.