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.asn7
1 files changed, 5 insertions, 2 deletions
diff --git a/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn b/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
index d5c2c84272..5afe6ff4f2 100644
--- a/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
+++ b/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
@@ -1,7 +1,7 @@
-- Module Lightweight-Directory-Access-Protocol-V3 (RFC 2251:12/1997)
Lightweight-Directory-Access-Protocol-V3
--
--- $Id:$
+-- $Id$
-- Copyright (C) The Internet Society (1997). This version of
-- this ASN.1 module is part of RFC 2251;
-- see the RFC itself for full legal notices.
@@ -134,7 +134,10 @@ BindRequest ::= [APPLICATION 0] SEQUENCE {
AuthenticationChoice ::= CHOICE {
simple [0] Simple,
-- 1 and 2 reserved
- sasl [3] SaslCredentials
+ sasl [3] SaslCredentials,
+ -- 10,11 from bug 1148
+ ntlmsspNegotiate [10] IMPLICIT OCTET STRING,
+ ntlmsspAuth [11] IMPLICIT OCTET STRING
}
Simple ::= OCTET STRING