This parameter enables debugging of the Net::LDAP module. This
sets the Net::LDAP debug parameter for the connection, which prints to
stdout
. See
Debug_TLS for
how to view messages written to
stdout
.
You can
use the following debugging options by adding together the relevant bits.
The available values are shown below:
- 1
Show outgoing packets (using asn_hexdump)
- 2
Show incoming packets (using asn_hexdump)
- 4
Show outgoing packets (using asn_dump)
- 8
Show incoming packets (using asn_dump)
Here is an example of enabling Debug
messages for outgoing and incoming packet using asn_dump:
Debug 12