5232b20 Ticket #6 - protocol error from proxied auth operation

Authored and Committed by mreynolds 12 years ago
    Ticket #6 - protocol error from proxied auth operation
    
    Bug Description:  Trying to perform a proxied auth operation leads to
                      a protocol error(err=2).
    
    Fix Description:  ber_scanf() was rejecting the authdn value, becuase it
                      did not start with a octet string/char.  The fix was
                      to check for the octet string, and if it wasn't present
    		  then just use the value as it is.
    
    https://fedorahosted.org/389/ticket/
    
        
file modified
+17 -13
file modified
+2 -0