blob: cef3b69c97a6a8f8b2f285601a74059e870d03c8 (
plain)
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
|
#.MODULE_IMPORT
DirectoryAbstractService dap
DirectoryAccessProtocol dap
ACSE-1 acse
InformationFramework x509if
ServiceAdministration x509if
AuthenticationFramework x509af
SelectedAttributeTypes x509sat
#.INCLUDE ../dap/dap-exp.cnf
#.INCLUDE ../x509if/x509if-exp.cnf
#.INCLUDE ../x509af/x509af-exp.cnf
#.INCLUDE ../x509sat/x509sat-exp.cnf
#.INCLUDE ../acse/acse-exp.cnf
#.EXPORTS
OperationProgress
ReferenceType
ContinuationReference
AccessPoint
MasterAndShadowAccessPoints
#.TYPE_RENAME
MasterOrShadowAccessPoint/category APCategory
#.FIELD_RENAME
MasterOrShadowAccessPoint/category access-point-category
ChainingArguments/targetObject targetObjectDN
#.PDU
AccessPoint
MasterAndShadowAccessPoints
#.REGISTER
AccessPoint B "2.5.12.1" "id-doa-myAccessPoint"
AccessPoint B "2.5.12.2" "id-doa-superiorKnowledge"
MasterAndShadowAccessPoints B "2.5.12.3" "id-doa-specificKnowledge"
MasterAndShadowAccessPoints B "2.5.12.4" "id-doa-nonSpecificKnowledge"
|