Actions
Bug #17998
closedOnly print LDAP bind status if available
Description
The ldap logger tries to call payload[:bind].status but it might not be defined if the bind goes wrong.
This causes a 500 instead of logging the status of the bind. We should display payload[:bind] and only .status if it's available.
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 7447d046a09751a96bff0f1e857e85a7aa176396.
Actions