Datagerry - getting accounts working with Active Directory

Hi,

I have tried to get users to authenticate with the AD servers.

I can see the traffic between the DataGerry VM and the Active Directory domain controllers, but of course tcpdump won’t decrypt the sessions. Unless I stage an man-in-the-middle attack but think there must be an easier way to see what is going on.

Currently I have this in the systemd unit file, but it does not actually seem to enable much more verbosity than before:

ExecStart=/usr/bin/datagerry -c /etc/datagerry/cmdb.conf -s -d

What options must I add to the DataGerry unit file to see the LDAP related logs?

TIA!