feat(Ldap Node): Add LDAP node (#4783)

This commit is contained in:
Jon
2023-05-23 12:39:26 +01:00
committed by GitHub
parent 42c79cd6f1
commit ec393bc041
7 changed files with 1010 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"node": "n8n-nodes-base.ldap",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Development", "Developer Tools"],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/ldap"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.ldap/"
}
]
},
"alias": ["ad", "active directory"]
}