c7a78f4 Ticket 47920: Encoding of SearchResultEntry is missing tag

Authored and Committed by tbordaz 9 years ago
    Ticket 47920: Encoding of SearchResultEntry is missing tag
    
    Bug Description:
    	The encoding of the PreReadControl,PostReadControl does not
    	contain the tag (LDAP_RES_SEARCH_ENTRY = constructed+application).
    
    	The server should return SearchResultEntry (http://tools.ietf.org/html/rfc4527 3.1 & 3.2)
    	That is
    		SearchResultEntry ::= [APPLICATION 4] SEQUENCE {
    			     objectName      LDAPDN,
    			     attributes      PartialAttributeList }
    Fix Description:
    	Add the tag to the ber encoding
    
    https://fedorahosted.org/389/ticket/47920
    
    Reviewed by: Noriko (thanks !)
    
    Platforms tested: F17
    
    Flag Day: no
    
    Doc impact: no
    
        
file modified
+1 -1