Introduction to client SASL plug-ins

Client-side SASL plug-ins are used to extend the authentication capabilities of the LDAP client library.

The plug-ins work by intercepting the application invocation of the ldap_sasl_bind_s() API.
Note: SASL plug-ins are not designed to intercept asynchronous SASL binds.