LDAP - 00000524: UpdErr: DSID-031A11DA, problem 6005 (ENTRY_EXISTS), data 0 Code: 0x44

Describe the problem/error/question

The LDAP node is fed with data from the form.
The node does create the AD account and attributes.
Output 1 indicates that the account has been created.
Output 2 displays the following error.

I checked before that the AD account didn’t exist.

What is the error message (if any)?

00000524: UpdErr: DSID-031A11DA, problem 6005 (ENTRY_EXISTS), data 0 Code: 0x44

Please share your workflow

Share the output returned by the last node

{
  "errorMessage": "00000524: UpdErr: DSID-031A11DA, problem 6005 (ENTRY_EXISTS), data 0\n\u0000 Code: 0x44",
  "errorDetails": {},
  "n8nDetails": {
    "nodeName": "LDAP",
    "nodeType": "n8n-nodes-base.ldap",
    "nodeVersion": 1,
    "operation": "create",
    "itemIndex": 0,
    "time": "7/22/2025, 5:34:12 PM",
    "n8nVersion": "1.102.3 (Self Hosted)",
    "binaryDataMode": "default",
    "stackTrace": [
      "NodeOperationError: 00000524: UpdErr: DSID-031A11DA, problem 6005 (ENTRY_EXISTS), data 0",
      "\u0000 Code: 0x44",
      "    at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_1af219c3f47f2a1223ec4ccec249a974/node_modules/n8n-nodes-base/nodes/Ldap/Ldap.node.ts:431:12)",
      "    at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1212:9)",
      "    at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1582:27",
      "    at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2153:11"
    ]
  }
}

Information on your n8n setup

  • **n8n version: 1.102.3
  • **Database (default: SQLite): Postgres
  • **n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • **Operating system: Debian 12

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.