HP-UX AAA Server A.08.02 Administrator's Guide

Realm realm-name
Authorization LAS-authorization-AATV
Accounting LAS-accounting-AATV
Service number-of-services
service-name
service-name
. . .
End-Service
Tokenpool number-of-tokenpools
Token-pool-name max-number-of-tokens
Token-pool-name max-number-of-tokens
. . .
End-Tokenpool
End-Realm
Realm defines a name for the realm.
Authorization specifies the AATV for performing authorization. The default is LASGEN.
Accounting specifies the AATV to use for user accounting. The default is GENACCT.
Service specifies the number of services supported by the realm and lists the names
of the defined services to support.
Tokenpool specifies the token pools supported by the realm and lists the token pools by
following the syntax:
Token-pool-name max-number-of-tokens
A Token-pool-name is the name of a defined token pool.
max-number-of-tokens specifies how many tokens a realm may use.
The vendors File
The vendors file contains a list of vendor entries. Each vendor entry contains a vendor name and
vendor number. The vendor numbers are SMI Network Management Private Enterprise Code
numbers, as managed by Internet Assigned Numbers Authority (IANA). Each entry optionally
contains an interim way of mapping external (with respect to the RADIUS server) attribute numbers
to internal (with respect to the RADIUS server) vendor-specific attributes. This optional mapping is
used on RADIUS requests and responses.
IMPORTANT: Configuration files have a maximum input line length of 255 characters. No
checking is done to insure that a configuration statement has not exceeded this limit. All configuration
files must end with a new line character.
You can track different versions of the vendors file by adding the following line to the file:
%VENDORSID Version-String
Version-String is the version information. This string will appear in radcheck output.
Syntax of a vendors File
Below is the syntax of a vendors file:
attribute-string value-string vendor-code vendor-name
(standard-value vendor-specific-value ...)
attribute-string An optional string that defaults to Attribute when not specified.
Non-default strings can be used to specify vendor specific
attributes in the dictionary file.
The vendors File 395