| Emmanuel Lecharny (JIRA) 2005-10-19, 5:46 pm |
| LdapResult should contain a zero length MatchedDN if we have a sucess code
--------------------------------------------------------------------------
Key: DIRLDAP-64
URL: http://issues.apache.org/jira/browse/DIRLDAP-64
Project: Directory LDAP
Type: Bug
Reporter: Emmanuel Lecharny
Priority: Minor
Has said if RFC 2251, 4.1.10, last paragraph, last sentence :
"For result codes of noSuchObject, aliasProblem, invalidDNSyntax and aliasDereferencingProblem, the matchedDN field is set to the name of the lowest entry (object or alias) in the directory that was matched ...
.... The matchedDN field is to be set to a zero length string with all other result codes."
Thi is not the case :
message Id : 9
Del Response
Ldap Result
Result code : (0) success
Matched DN : 'cn=Alanis Morisette,ou=playground,dc=apache,dc=org
' <<<<<< Should be null.
Error message : ''
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|