blob: c10743b3409c6f0eccafd55e58f8e013b1608290 (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
#.MODULE_IMPORT
DirectoryAccessProtocol dap
ServiceAdministration x509if
#.IMPORT ../dap/dap-exp.cnf
#.IMPORT ../x509if/x509if-exp.cnf
#.IMPORT ../x509af/x509af-exp.cnf
#.IMPORT ../x509sat/x509sat-exp.cnf
#.EXPORTS
AccessPoint
AccessPointInformation EXTERN WS_DLL
ContinuationReference
Exclusions
MasterAndShadowAccessPoints
OperationProgress
ReferenceType
#.NO_EMIT ONLY_VALS
ChainedReadArgument
ChainedReadResult
ChainedCompareArgument
ChainedCompareResult
ChainedListArgument
ChainedListResult
ChainedSearchArgument
ChainedSearchResult
ChainedAddEntryArgument
ChainedAddEntryResult
ChainedRemoveEntryArgument
ChainedRemoveEntryResult
ChainedModifyEntryArgument
ChainedModifyEntryResult
ChainedModifyDNArgument
ChainedModifyDNResult
DSAReferral
#.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"
DitBridgeKnowledge B "2.5.12.8" "id-doa-ditBridgeKnowledge"
|