File tree 6 files changed +418
-0
lines changed
share/dictionary/freeradius 6 files changed +418
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ $INCLUDE dictionary.freeradius.internal.ippool
22
22
# 5200-5299 SIM management attributes
23
23
$INCLUDE dictionary.freeradius.internal.sim
24
24
25
+ # 6000-6001 CRL module attributes
26
+ $INCLUDE dictionary.freeradius.internal.crl
27
+
25
28
#
26
29
# Include module-specific dictionaries.
27
30
#
Original file line number Diff line number Diff line change
1
+ # -*- text -*-
2
+ # Copyright (C) 2022 The FreeRADIUS Server project and contributors
3
+ # This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
4
+ # Version $Id$
5
+ #
6
+ # Attributes used by sim code (5200-5299)
7
+ #
8
+ # $Id$
9
+ #
10
+
11
+ #
12
+ # All of these attributes are internal.
13
+ #
14
+ FLAGS internal
15
+
16
+ ATTRIBUTE CRL 6000 tlv
17
+ ATTRIBUTE Data .1 octets
18
+ ATTRIBUTE CDP-URL .2 string
Original file line number Diff line number Diff line change
1
+ # rlm_dict
2
+ ## Metadata
3
+ <dl >
4
+ <dt >category</dt ><dd >datastore</dd >
5
+ </dl >
6
+
7
+ ## Summary
8
+ Registers xlats and maps to access dictionary data
Original file line number Diff line number Diff line change
1
+ TARGETNAME := rlm_crl
2
+
3
+ TARGET := $(TARGETNAME )$(L )
4
+ SOURCES := $(TARGETNAME ) .c
You can’t perform that action at this time.
0 commit comments