adamwill / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

9bea04c Ticket 580 - Wrong error code return when using EXTERNAL SASL and no client certificate

Authored and Committed by mreynolds 10 years ago
    Ticket 580 - Wrong error code return when using EXTERNAL SASL and no client certificate
    
    Bug Description:  When doing a SASL EXTERNAL bind, and no client certificate is provided,
                      the bind succeeds(as anonymous).  However, the bind should fail with
                      an error 48.
    
    Fix Description:  Check for the missing client certificate and return the appropriate
                      error.
    
    https://fedorahosted.org/389/ticket/580
    
    Reviewed by: Noriko(Thanks!)
    (cherry picked from commit 2a81336e582c68fe0326a76a2f156b469688cc9b)
    
        
file modified
+19 -7