Users Guide

260 | Authentication Servers Dell Networking W-Series ArubaOS 6.4.x| User Guide
Configuring an RFC-3576 RADIUS Server with Radsec
Using the WebUI
1. Navigate to the Configuration > Security > Authentication > Servers page.
2. Select RFC 3576 Server to display the Radius Server List.
3. To define a new RFC 3576 RADIUS server, enter the IP address for the server and click Add.
4. Select the server name to configure server parameters.
5. Select the Radsec checkbox.
6. Click Apply.
Using the CLI
(host)(config) #aaa rfc-3576-server <ipaddr>
enable-radsec
no ...
Configuring an LDAP Server
Table 46 describes the parameters you configure for an LDAP server.
Parameter Description
Host IP address of the LDAP server.
Default: N/A
Admin-DN Distinguished name for the admin user who has read/search privileges across all
the entries in the LDAP database (the user does need write privileges, but will be
able to search the database, and read attributes of other users in the database).
Admin Password Password for the admin user.
Default: N/A
Allow Clear-Text Allows clear-text (unencrypted) communication with the LDAP server.
Default: disabled
Authentication Port Port number used for authentication.
Default: 389
Base-DN Distinguished Name of the node that contains the entire user database.
Default: N/A
Filter A string searches for users in the LDAP database. The default filter string is:
(objectclass=*).
Default: N/A
Key Attribute A string searches for a LDAP server. For Active Directory, the value is
sAMAccountName.
Table 46: LDAP Server Configuration Parameters