aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn')
-rw-r--r--asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn34
1 files changed, 31 insertions, 3 deletions
diff --git a/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn b/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
index 311bdf1677..df32b030dc 100644
--- a/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
+++ b/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
@@ -106,7 +106,9 @@ LDAPResult ::= SEQUENCE {
-- 70 reserved for CLDAP
affectsMultipleDSAs(71),-- new--
-- 72-79 unused
- other(80)},
+ other(80),
+ canceled(118), noSuchOperation(119), tooLate(120), cannotCancel(121) -- RFC 3909
+ },
-- 81-90 reserved for APIs
matchedDN LDAPDN,
errorMessage ErrorMessage,
@@ -198,7 +200,9 @@ BindResponse ::= [APPLICATION 1] SEQUENCE {
-- 70 reserved for CLDAP
affectsMultipleDSAs(71),-- new--
-- 72-79 unused
- other(80)},
+ other(80),
+ canceled(118), noSuchOperation(119), tooLate(120), cannotCancel(121) -- RFC 3909
+ },
-- 81-90 reserved for APIs
matchedDN LDAPDN,
errorMessage ErrorMessage,
@@ -356,7 +360,9 @@ ExtendedResponse ::= [APPLICATION 24] SEQUENCE {
-- 70 reserved for CLDAP
affectsMultipleDSAs(71),-- new--
-- 72-79 unused
- other(80)},
+ other(80),
+ canceled(118), noSuchOperation(119), tooLate(120), cannotCancel(121) -- RFC 3909
+ },
-- 81-90 reserved for APIs
matchedDN LDAPDN,
errorMessage ErrorMessage,
@@ -417,6 +423,28 @@ ReplControlValue ::= SEQUENCE {
cookie OCTET STRING
}
+-- RFC 3062
+
+--passwdModifyOID OBJECT IDENTIFIER ::= 1.3.6.1.4.1.4203.1.11.1
+
+PasswdModifyRequestValue ::= SEQUENCE {
+ userIdentity [0] OCTET STRING OPTIONAL,
+ oldPasswd [1] OCTET STRING OPTIONAL,
+ newPasswd [2] OCTET STRING OPTIONAL
+}
+
+PasswdModifyResponseValue ::= SEQUENCE {
+ genPasswd [0] OCTET STRING OPTIONAL
+}
+
+-- RFC 3909
+
+--cancelRequestOID OBJECT IDENTIFIER ::= 1.3.6.1.1.8
+
+CancelRequestValue ::= SEQUENCE {
+ cancelID MessageID
+}
+
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D