This file is indexed.

/usr/share/doc/libnet-radius-perl/README.VSA is in libnet-radius-perl 2.103+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Vendor-Specific Attribute support

This code supports the use of vendor specific attributes. This
type of attribute is defined in RFC-2138 and is used to support
'propietary' extensions on top of the base RADIUS specification.

There are two new kinds of entries in the RADIUS dictionary in
order to specify VSAs.

VENDORATTR <vendor> <attribute> <id> <type>

This entry is used to create a new kind of vendor attribute,
such as in this example

VENDORATTR 	9 	cisco-avpair 	1 	string

This creates a new vendor-specific attribute for vendor 9 (Cisco
Systems), with name 'cisco-avpair'. This attribute is identified by
numeric id '1' and is associated with a string value.

The second type of entry allows the specification of named values.
The following is an hypotetical example of named value entry.

VENDORATTR	9	cisco-enum	254	integer
VENDORVALUE	9	cisco-enum	Value-1	1
VENDORVALUE	9	cisco-enum	Value-2	2
VENDORVALUE	9	cisco-enum	Value-3	3

Questions and comments about the package can be sent to the
author of the module, Christopher Masto <chris@netmonger.net>.

Questions and comments about the VSA support can be directed
to the author of this part of the code, Luis E. Muñoz 
<luismunoz@cpan.org>

Ian Smith <iansmith@ncinter.net> contributed code for 3COM 
VSAs.

$Id: README.VSA 7 2003-01-08 03:42:41Z lem $