DEBUG_DIRSYNC

🛠️
Parameter: DEBUG_DIRSYNC
Short description: Debug level for the directory sync task that synchronizes from Active Directory into the Domino Directory.

Profile

Parameter
DEBUG_DIRSYNC
Category
Logging / Debug
Component
Server
Available since
12.0.1
Supported versions
12.0, 14.0, 14.5, 14.5.1
GUI equivalent
notes.ini only (no GUI)
Possible values
0 = off, 1 = info, 2 = verbose, 3 = trace (incl. LDAP details)

Description

DEBUG_DIRSYNC enables detailed debug output for the dirsync task, which synchronizes users and groups from Active Directory into the Domino Directory. Level 1 shows a per-run summary, 2 lists every individual change, and 3 additionally exposes LDAP responses and filters.
Indispensable when setting up an AD sync configuration and for follow-up problems such as missing members, duplicate entries, or mail-address conflicts.

Example configuration

DEBUG_DIRSYNC=2

Notes & pitfalls

  • Level 3 produces a lot of output – enable only temporarily.
  • Complements DEBUG_DIRSYNC_DISABLE_AD_MEMBERS_IN_SECURITY_GROUPS (14.5.1+) and DEBUG_NAMELOOKUP.
  • Output lands in the console / Debug_Outfile.
  • Before a production sync, always do a brief dry run with level 2.
  • The change takes effect immediately on a set config reload, or on the next dirsync run.