LDAP Update node

Hello, I’m trying to update attribute for my ldap Users and I didn’t find a lot of documentation on this node.
I want to change the attribute “extensionAttribute2” for a list of users.
What should I put on the Attribute ID and Value field ? What syntax is expected ?
Thanks.

Information on your n8n setup

  • **n8n version: 1.39.1
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hi @Quentin.A,

Welcome to the community! :space_invader:

I’m not too familiar with LDAP and wouldn’t have an LDAP server set up to directly test this - but from what I gathered, the attribue ID would just be the attribute name.
So, in your case, “extensionAttribute2”. Then the value is what you want your new attribute value to be. You can simply type it in as is.

If you’re wanting to update it for the samAccountName you have inputting, you would need to get the DN for that user

1 Like

Thanks for the help !

1 Like

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