mirror of
https://github.com/directus/directus.git
synced 2026-01-27 20:07:58 -05:00
* Added reconnect handling code for LDAP * Update api/src/auth/drivers/ldap.ts * Improved error handling * Updated re-bind so we can await it when required * Added bind check before operations to ensure client has user * Cleaned up reconnect handling in LDAP * Minor cleanup * Minor cleanup