This PR addresses multiple panics in GetLDAPError as described in Issue #453. It does so by checking the response children for the expected tag type before attempting to extract the value. The PR also adds tests that should trigger all three panics if the fix is incorrect.
This PR addresses multiple panics in
GetLDAPError
as described in Issue #453. It does so by checking the response children for the expected tag type before attempting to extract the value. The PR also adds tests that should trigger all three panics if the fix is incorrect.