f00f35c Ticket 50428 - Log the actual base DN when the search fails with "invalid attribute request"

Authored and Committed by tbordaz 4 years ago
    Ticket 50428 - Log the actual base DN when the search fails with "invalid attribute request"
    
    Bug Description:
    	When a search request contains invalid parameters (attribute list with empty attribute
    	name, unknown scope, invalid filter..) the search is rejected but the access log
    	contains a wrong base search: ... SRCH base="(null)"...
    	This is because it does not use for logging the variable that gather the actual base ('rawbase')
    
    Fix Description:
    	Use 'rawbase' value for logging
    
    https://pagure.io/389-ds-base/issue/50428
    
    Reviewed by: Mark Reynolds
    
    Platforms tested: F28
    
    Flag Day: no
    
    Doc impact: no
    
        
file modified
+1 -0