Project

General

Profile

Feature #7471

Updated by Alice da Silva Akaki 19 days ago

Which is a buffer 

 We should also investigate if  
 @pub struct LdapDN(pub String);@ is right because this means we only accept valid utf-8 strings 
 when LDAP may accept arbitrary ascii buffer 

 Eve fields to match: 
 ldap.request.bind_request.name 
 ldap.request.add_request.entry 
 ldap.request.search_request.base_object 
 ldap.responses[].search_result_entry.base_object 
 ldap.responses[].bind_response.matched_dn and other kind of responses 
 ldap.request.modify_request.object 
 ldap.request.del_request.dn 
 ldap.request.mod_dn_request.entry 
 ldap.request.compare_request.entry 

Back