Configure the radius server, Example using service-type attributes, User’s guide – Dell Metered PDU LED User Manual
Page 169: Mete red rac k pdu

USER’S GUIDE
Mete
red Rac
k
PDU
166
Configure the RADIUS Server
You must configure your RADIUS server to work with the Rack PDU. The examples in
this section may differ somewhat from the required content or format of your specific
RADIUS server. In the examples, any reference to outlets applies only to Rack PDU
devices that support outlet users.
1. Add the IP address of the Rack PDU to the RADIUS server client list (file).
2. Users must be configured with Service-Type attributes unless Vendor Specific
Attributes (VSAs) are defined instead. If no Service-Type attribute is configured,
the user has read-only access (to the Web interface only). The two acceptable
values for Service-Type are Administrative-User (6), which gives the user
Administrator permissions, and Login-User (1), which gives the user Device
permissions.
Example using Service-Type Attributes
In the following example of a RADIUS users file:
– RPDUAdmin corresponds to Service-Type: Administrative-User, (6)
– RPDUDevice corresponds to Service-Type: Login-User, (1)
– RPDUReadOnly corresponds to Service-Type: null
RPDUAdmin Auth-Type = Local, Password = "admin"
Service-Type = Administrative-User
RPDUDevice Auth-Type = Local, Password = "device"
Service-Type = Login-User
RPDUReadOnly Auth-Type = Local, Password = "readonly"
See your RADIUS server documentation for information about the
RADIUS users file.