summaryrefslogtreecommitdiff
path: root/asn1include/DirectorySystemProtocol.asn1
diff options
context:
space:
mode:
authorDimitri Sokolyuk <quax@moccu.com>2015-10-29 22:33:02 +0100
committerDimitri Sokolyuk <quax@moccu.com>2015-10-29 22:33:02 +0100
commitcb4c9b305391e2c511afd2e80fe38c7c85aad993 (patch)
tree17424e9edf97d50f23f31ceac5148baf062764de /asn1include/DirectorySystemProtocol.asn1
parentdd10ccee1e3721329cb04b67ebf94e745d37481c (diff)
Solve build problem
Diffstat (limited to 'asn1include/DirectorySystemProtocol.asn1')
-rw-r--r--asn1include/DirectorySystemProtocol.asn1125
1 files changed, 0 insertions, 125 deletions
diff --git a/asn1include/DirectorySystemProtocol.asn1 b/asn1include/DirectorySystemProtocol.asn1
deleted file mode 100644
index 664e7fc..0000000
--- a/asn1include/DirectorySystemProtocol.asn1
+++ /dev/null
@@ -1,125 +0,0 @@
--- Module DirectorySystemProtocol (X.519:02/2001)
-DirectorySystemProtocol {joint-iso-itu-t ds(5) module(1) dsp(12) 4} DEFINITIONS
-::=
-BEGIN
-
--- EXPORTS All
--- The types and values defined in this module are exported for use in the other ASN.1 modules contained
--- within the Directory Specifications, and for the use of other applications which will use them to access
--- Directory services. Other applications may use them for their own purposes, but this will not constrain
--- extensions and modifications needed to maintain or improve the Directory service.
-IMPORTS
- -- from ITU-T Rec. X.501 | ISO/IEC 9594-2
- distributedOperations, protocolObjectIdentifiers
- FROM UsefulDefinitions {joint-iso-itu-t ds(5) module(1)
- usefulDefinitions(0) 4}
- -- from ITU-T Rec. X.518 | ISO/IEC 9594-4
- chainedAbandon, chainedAddEntry, chainedCompare, chainedList,
- chainedModifyDN, chainedModifyEntry, chainedRead, chainedRemoveEntry,
- chainedSearch, dSABind, dSAUnbind
- FROM DistributedOperations {joint-iso-itu-t ds(5) module(1)
- distributedOperations(3) 4}
- -- from ITU-T Rec. X.519 | ISO/IEC 9594-5
- id-ac-directorySystemAC, id-as-directorySystemAS, id-contract-dsp,
- id-package-chainedModify, id-package-chainedRead, id-package-chainedSearch,
- id-package-dspConnection, id-rosObject-dspDSA
- FROM ProtocolObjectIdentifiers {joint-iso-itu-t ds(5) module(1)
- protocolObjectIdentifiers(4) 4}
- -- from ITU-T Rec. X.880 | ISO/IEC 13712-1
- Code, CONNECTION-PACKAGE, CONTRACT, OPERATION, OPERATION-PACKAGE,
- ROS-OBJECT-CLASS
- FROM Remote-Operations-Information-Objects {joint-iso-itu-t
- remote-operations(4) informationObjects(5) version1(0)}
- Bind{}, InvokeId, ROS{}, Unbind{}
- FROM Remote-Operations-Generic-ROS-PDUs {joint-iso-itu-t
- remote-operations(4) generic-ROS-PDUs(6) version1(0)}
- -- from ITU-T Rec. X.881 | ISO/IEC 13712-2
- APPLICATION-CONTEXT
- FROM Remote-Operations-Information-Objects-extensions {joint-iso-itu-t
- remote-operations(4) informationObjects-extensions(8) version1(0)}
- -- from ITU-T Rec. X.882 | ISO/IEC 13712-3
- acse, pData
- FROM Remote-Operations-Realizations {joint-iso-itu-t remote-operations(4)
- realizations(9) version1(0)}
- acse-abstract-syntax
- FROM Remote-Operations-Abstract-Syntaxes {joint-iso-itu-t
- remote-operations(4) remote-operations-abstract-syntaxes(12) version1(0)};
-
--- application contexts
-directorySystemAC APPLICATION-CONTEXT ::= {
- CONTRACT dspContract
- ESTABLISHED BY acse
- INFORMATION TRANSFER BY pData
- ABSTRACT SYNTAXES
- {acse-abstract-syntax | directorySystemAbstractSyntax}
- APPLICATION CONTEXT NAME id-ac-directorySystemAC
-}
-
--- ROS objects
-dsp-dsa ROS-OBJECT-CLASS ::= {BOTH {dspContract}
- ID id-rosObject-dspDSA
-}
-
--- contracts
-dspContract CONTRACT ::= {
- CONNECTION dspConnectionPackage
- OPERATIONS OF
- {chainedReadPackage | chainedSearchPackage | chainedModifyPackage}
- ID id-contract-dsp
-}
-
--- connection package
-dspConnectionPackage CONNECTION-PACKAGE ::= {
- BIND dSABind
- UNBIND dSAUnbind
- ID id-package-dspConnection
-}
-
--- chained read package
-chainedReadPackage OPERATION-PACKAGE ::= {
- OPERATIONS {chainedRead | chainedCompare | chainedAbandon}
- ID id-package-chainedRead
-}
-
--- chained search package
-chainedSearchPackage OPERATION-PACKAGE ::= {
- OPERATIONS {chainedList | chainedSearch}
- ID id-package-chainedSearch
-}
-
--- chained modify package
-chainedModifyPackage OPERATION-PACKAGE ::= {
- OPERATIONS
- {chainedAddEntry | chainedRemoveEntry | chainedModifyEntry |
- chainedModifyDN}
- ID id-package-chainedModify
-}
-
--- abstract syntaxes
-directorySystemAbstractSyntax ABSTRACT-SYNTAX ::= {
- DSP-PDUs
- IDENTIFIED BY id-as-directorySystemAS
-}
-
-DSP-PDUs ::= CHOICE {
- basicRos ROS{{DSP-InvokeIDSet}, {DSP-Invokable}, {DSP-Returnable}},
- bind Bind{dSABind},
- unbind Unbind{dSAUnbind}
-}
-
-DSP-InvokeIDSet ::= InvokeId(ALL EXCEPT absent:NULL)
-
-DSP-Invokable OPERATION ::=
- {chainedRead | chainedCompare | chainedAbandon | chainedList | chainedSearch
- | chainedAddEntry | chainedRemoveEntry | chainedModifyEntry |
- chainedModifyDN}
-
-DSP-Returnable OPERATION ::=
- {chainedRead | chainedCompare | chainedAbandon | chainedList | chainedSearch
- | chainedAddEntry | chainedRemoveEntry | chainedModifyEntry |
- chainedModifyDN}
-
-END -- DirectorySystemProtocol
-
--- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
-