This integer parameter enables TLS debugging in
IO::Socket::SSL
for all TLS based LDAP connections. The
debug messages are printed to stderr
. The available
values as listed by IO::Socket::SSL
version 2.0.69 are
shown below:
- 1
Print out errors from IO::Socket::SSL
and
ciphers from Net::SSLeay
.
- 2
Print also information about call flow from
IO::Socket::SSL
and progress information from
Net::SSLeay
.
- 3
Print also some data dumps from
IO::Socket::SSL
and from
Net::SSLeay
.
The following Radiator configuration file example enables all
available debugging:
DebugTLS 3
When Radiator
is run directly on console, LDAP TLS debug messages are directly visible.
When Radiator is started with systemd
utilities, use
its utilities to view stderr
messages. For example,
using Linux command line:
% sudo journalctl -u radiator
% less /var/log/messages