aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dop/dop.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/dop/dop.cnf')
-rw-r--r--asn1/dop/dop.cnf18
1 files changed, 18 insertions, 0 deletions
diff --git a/asn1/dop/dop.cnf b/asn1/dop/dop.cnf
index ad192bde1e..99e6cd83e2 100644
--- a/asn1/dop/dop.cnf
+++ b/asn1/dop/dop.cnf
@@ -4,12 +4,17 @@ DistributedOperations dsp
DirectoryAbstractService dap
InformationFramework x509if
AuthenticationFramework x509af
+BasicAccessControl crmf
+ACSE-1 acse
#.INCLUDE ../x509sat/x509sat-exp.cnf
#.INCLUDE ../x509if/x509if-exp.cnf
#.INCLUDE ../x509af/x509af-exp.cnf
#.INCLUDE ../dsp/dsp-exp.cnf
#.INCLUDE ../dap/dap-exp.cnf
+#.INCLUDE ../pkixcrmf/crmf-exp.cnf
+#.INCLUDE ../acse/acse-exp.cnf
+
#.EXPORTS
DSEType
@@ -85,6 +90,10 @@ NHOBSuperiorToSubordinate B "dop.modify.rolea.2.5.19.3" "non-specific-hierarchi
NHOBSubordinateToSuperior B "dop.establish.roleb.2.5.19.3" "non-specific-hierarchical-establish-roleb"
NHOBSubordinateToSuperior B "dop.modify.roleb.2.5.19.3" "non-specific-hierarchical-modify-roleb"
+ACIItem B "2.5.24.4" "id-aca-prescriptiveACI"
+ACIItem B "2.5.24.5" "id-aca-entryACI"
+ACIItem B "2.5.24.6" "id-aca-subentryACI"
+
#.FN_PARS OBJECT_IDENTIFIER
FN_VARIANT = _str VAL_PTR = &binding_type
@@ -179,3 +188,12 @@ NHOBSubordinateToSuperior B "dop.modify.roleb.2.5.19.3" "non-specific-hierarch
}
}
+#.FN_PARS Precedence VAL_PTR = &precedence
+
+#.FN_BODY Precedence
+ guint32 precedence = 0;
+
+ %(DEFAULT_BODY)s
+
+ proto_item_append_text(tree, " precedence=%%d", precedence);
+