LDAP Usage
search cancel

LDAP Usage

book

Article ID: 237967

calendar_today

Updated On:

Products

LDAP SERVER FOR Z/OS

Issue/Introduction

How to determine who is using LDAP?

Environment

Release : 15.1

Component : LDAP Server for z/OS

Resolution

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