Domain-style – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1345

Local RADIUS Server Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
51.17
domain-style
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:
To disable NT domain style on the local RADIUS server, use the commands:
Related Commands
Parameter
Description
suffix-atsign
Enable at sign “@” delimited suffix style, i.e. “user@domain”.
ntdomain
Enable NT domain style, i.e. “domain\user”.
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
domain-style ntdomain
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
no domain-style ntdomain