C613-50631-01 Rev A Command Reference for IE340 Series 2479
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
LOCAL RADIUS SERVER COMMANDS
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}
no domain-style {suffix-atsign|ntdomain}
Default This feature is disabled by default.
Mode RADIUS Server Configuration
Usage notes 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”.