This file is indexed.

/usr/share/freeradius/dictionary.f5 is in freeradius-common 2.2.5+dfsg-0.2+deb8u1.

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
40
# -*- text -*-
# Copyright (C) 2011 The FreeRADIUS Server project and contributors
##############################################################################
#
#	F5 VSAs
#
#	$Id: b66df6ee450c0d7f07ab95a1da51c58a48f61567 $
#
##############################################################################

VENDOR		F5				3375
BEGIN-VENDOR	F5

ATTRIBUTE	F5-LTM-User-Role			1	integer
ATTRIBUTE	F5-LTM-User-Role-Universal		2	integer    # enable/disable
ATTRIBUTE	F5-LTM-User-Partition			3	string
ATTRIBUTE	F5-LTM-User-Console			4	integer    # enable/disable
ATTRIBUTE	F5-LTM-User-Shell			5	string     # supported values are disable, tmsh, and bpsh
ATTRIBUTE	F5-LTM-User-Context-1			10	integer
ATTRIBUTE	F5-LTM-User-Context-2			11	integer
ATTRIBUTE	F5-LTM-User-Info-1			12	string
ATTRIBUTE	F5-LTM-User-Info-2			13	string

VALUE	F5-LTM-User-Role		Administrator		0
VALUE	F5-LTM-User-Role		Resource-Admin		20
VALUE	F5-LTM-User-Role		User-Manager		40
VALUE	F5-LTM-User-Role		Manager			100
VALUE	F5-LTM-User-Role		App-Editor		300
VALUE	F5-LTM-User-Role		Operator		400
VALUE	F5-LTM-User-Role		Guest			700
VALUE	F5-LTM-User-Role		Policy-Editor		800
VALUE	F5-LTM-User-Role		No-Access		900

VALUE	F5-LTM-User-Role-Universal	Disabled		0
VALUE	F5-LTM-User-Role-Universal	Enabled			1

VALUE	F5-LTM-User-Console		Disabled		0
VALUE	F5-LTM-User-Console		Enabled			1

END-VENDOR   F5