You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/09/04 14:40:00 UTC

svn commit: r278585 - /directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/BindRequestGrammar.java

Author: elecharny
Date: Sun Sep  4 05:39:55 2005
New Revision: 278585

URL: http://svn.apache.org/viewcvs?rev=278585&view=rev
Log:
Add a comment

Modified:
    directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/BindRequestGrammar.java

Modified: directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/BindRequestGrammar.java
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/BindRequestGrammar.java?rev=278585&r1=278584&r2=278585&view=diff
==============================================================================
--- directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/BindRequestGrammar.java (original)
+++ directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/BindRequestGrammar.java Sun Sep  4 05:39:55 2005
@@ -153,6 +153,8 @@
 
         // BindRequest ::= ... name LDAPDN, ... (Value)
         // We have to store the name
+        // The name may be null, for anonymous binds or for SASL 
+        // authentication
         super.transitions[LdapStatesEnum.BIND_REQUEST_NAME_VALUE][UniversalTag.OCTET_STRING_TAG] = new GrammarTransition(
                 LdapStatesEnum.BIND_REQUEST_NAME_VALUE,
                 LdapStatesEnum.BIND_REQUEST_AUTHENTICATION_CHOICE_TAG,