Activating the LDAP Trace
search cancel

Activating the LDAP Trace

book

Article ID: 13435

calendar_today

Updated On:

Products

LDAP SERVER FOR Z/OS

Issue/Introduction

How can an LDAP trace be activated?

Resolution

There are a few different ways to activate an LDAP trace.

  1. To activate the trace on startup of the task, either add the debug level to the procedure for the started task or add the debug information to the console command when starting the procedure.

    Example of setting trace information in procedure:

    //  PARM='PGM slapd -d ALL -f ./slapd.conf -d &DEBUG'

    Example of setting trace information during start command:

    S ldapproc,DEBUG=ALL

  2. To dynamically activate the trace, issue the following modify console command:

    F ldapproc,SET,DEBUG,ALL

Debugging can be turned off at any time with the following console command:

F ldapproc,SET,DEBUG,0

Additional Information

See Customize the Slapd Configuration File for additional debug level options.