Go to the source code of this file.
Functions | |
int | check_ldap3 (Port_T p) |
Try anonymous bind to the server.
BindRequest based on RFC2251. Request and response are ASN.1 BER encoded strings. To make the test as simple as possible we work with BER encoded data.
The test checks only if the bind was successfull - in the case of failure it don't provide any erroneous message analysis.
Definition in file ldap3.c.
|
Definition at line 51 of file ldap3.c. References ASSERT, log(), port_recv(), port_send(), and STRERROR. |