LDAP debugging not available

Issue #6 closed
Former user created an issue

Add option to debug the LDAP connection as in...

ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);

Taken from http://stackoverflow.com/questions/2689629/how-do-i-solve-ldap-start-tls-unable-to-start-tls-connect-error-in-php

Comments (6)

  1. viharm repo owner

    In-built debug levels in the PHP LDAP module are used to configure debugging to log, not HTML output. So will not fix unless a specific need arises.

  2. Log in to comment