How to determine who is using LDAP?
Release : 15.1
Component : LDAP Server for z/OS
The LDAP STDERR log shows from where requests are coming like IP address, the logonid, ACF2 group and the password used to logon.
However, it doesn't show exactly who is using LDAP, as it could be requests coming from PAM or any other platform.
To turn debug on:
F ldap,APPL=SET,DEBUG,65535
Where ldap is STC name and 65535 is the debug level which can be between 0 - 65535.
Then issue the following to turn it off:
F ldap,APPL=SET,DEBUG,0