Share via


LDAP Callback Functions (Compact 2013)

3/26/2014

The following table shows the LDAP callback functions with a description of the purpose of each.

In This Section

  • DEREFERENCECONNECTION
    An application-defined function. The run time calls this function to dereference a connection that is no longer needed.
  • NOTIFYOFNEWCONNECTION
    An application-defined function. The run time calls this function if a new connection was created in the course of chasing a referral
  • QUERYCLIENTCERT
    An application-defined function. It is a client-side function that allows the server to request a certificate from the client when establishing a Secure Sockets Layer (SSL) connection.
  • QUERYFORCONNECTION
    An application-defined function. This client-side function determines whether there is a cached connection available for use.
  • VERIFYSERVERCERT
    An application-defined function. The server calls this function to allow a client to evaluate the certificate chain of the server to which it is connected.

See Also

Reference

LDAP Functions