This file is indexed.

/usr/share/doc/freeradius/schemas/ldap/openldap/freeradius-clients.schema is in freeradius 3.0.12+dfsg-5+deb9u1.

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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
attributetype ( 1.3.6.1.4.1.11344.1.100.2.1 
	NAME 'radiusClientIdentifier' 
	DESC 'Client Identifier' 
	EQUALITY caseIgnoreMatch 
	SUBSTR caseIgnoreSubstringsMatch 
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 
	SINGLE-VALUE 
 )

attributetype ( 1.3.6.1.4.1.11344.1.100.2.2 
	NAME 'radiusClientSecret' 
	DESC 'Client Secret' 
	EQUALITY caseIgnoreMatch 
	SUBSTR caseIgnoreSubstringsMatch 
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 
	SINGLE-VALUE 
 )

attributetype ( 1.3.6.1.4.1.11344.1.100.2.3 
	NAME 'radiusClientShortname' 
	DESC 'Client Shortname' 
	EQUALITY caseIgnoreMatch 
	SUBSTR caseIgnoreSubstringsMatch 
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 
	SINGLE-VALUE 
 )

attributetype ( 1.3.6.1.4.1.11344.1.100.2.4 
	NAME 'radiusClientVirtualServer' 
	DESC 'VirtualServer' 
	EQUALITY caseIgnoreMatch 
	SUBSTR caseIgnoreSubstringsMatch 
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 
	SINGLE-VALUE 
 )

attributetype ( 1.3.6.1.4.1.11344.1.100.2.5 
	NAME 'radiusClientType' 
	DESC 'Client Type' 
	EQUALITY caseIgnoreMatch 
	SUBSTR caseIgnoreSubstringsMatch 
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 
	SINGLE-VALUE 
 )

attributetype ( 1.3.6.1.4.1.11344.1.100.2.6 
	NAME 'radiusClientRequireMa' 
	DESC 'Require Message Authenticator' 
	EQUALITY booleanMatch 
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 
	SINGLE-VALUE 
 )

attributetype ( 1.3.6.1.4.1.11344.1.100.2.7 
	NAME 'radiusClientComment' 
	DESC 'Client comment' 
	EQUALITY caseIgnoreMatch 
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 
	SINGLE-VALUE 
 )

objectclass ( 1.3.6.1.4.1.11344.1.100.1.1 
	NAME 'radiusClient' 
	DESC 'radiusClient object class' 
	SUP top 
	STRUCTURAL 
	MUST ( radiusClientIdentifier $ radiusClientSecret ) 
	MAY ( radiusClientShortname $ radiusClientVirtualServer $ radiusClientType $ radiusClientRequireMa $ radiusClientComment ) 
 )