{"id":16883333,"url":"https://github.com/hardillb/node-red-contrib-ldap","last_synced_at":"2026-02-18T12:02:35.909Z","repository":{"id":22079087,"uuid":"25408547","full_name":"hardillb/node-red-contrib-ldap","owner":"hardillb","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-04T10:08:42.000Z","size":35,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-12T22:35:19.519Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hardillb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-18T20:00:52.000Z","updated_at":"2021-11-04T10:08:45.000Z","dependencies_parsed_at":"2022-08-19T06:11:19.410Z","dependency_job_id":null,"html_url":"https://github.com/hardillb/node-red-contrib-ldap","commit_stats":{"total_commits":30,"total_committers":4,"mean_commits":7.5,"dds":0.4,"last_synced_commit":"1f338329bc9e914c6d8d8d5b04a630b9d3ba22f7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fnode-red-contrib-ldap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fnode-red-contrib-ldap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fnode-red-contrib-ldap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fnode-red-contrib-ldap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardillb","download_url":"https://codeload.github.com/hardillb/node-red-contrib-ldap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554042,"owners_count":20471172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T16:11:16.489Z","updated_at":"2026-02-18T12:02:35.898Z","avatar_url":"https://github.com/hardillb.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"node-red-contrib-ldap\n=====================\n\nA basic LDAP search node\n\nSupports connecting to ldap servers with or without a DN/Password to bind to and with TLS support\n\nThe filter is a Mustache (http://mustache.github.io/) template that will match against the whole msg object. So if you have a msg object that looks like this:\n\n```\n{\n\ttopic: 'ldap',\n\tpayload: {\n\t\tfoo: 'bar',\n\t\temail: 'bob@example.com'\n\t},\n\t_msgid: '32ff28b4.cd00d8'\n}\n```\n\nYou can build a filter that looks like this:\n\n```\nmail={{payload.email}}\n```\n\nExample flow using the forumsys.com public test ldap (http://www.forumsys.com/tutorials/integration-how-to/ldap/online-ldap-test-server/) \n```\n[{\"id\":\"fb0e4.fff04f1c\",\"type\":\"ldap\",\"server\":\"ldap.forumsys.com\",\"port\":\"389\"},{\"id\":\"c9a5fbe9.365a08\",\"type\":\"debug\",\"name\":\"\",\"active\":true,\"console\":\"false\",\"complete\":\"false\",\"x\":551,\"y\":373,\"z\":\"9f919f80.606e6\",\"wires\":[]},{\"id\":\"6f998816.906678\",\"type\":\"inject\",\"name\":\"\",\"topic\":\"\",\"payload\":\"gauss\",\"payloadType\":\"string\",\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"x\":197,\"y\":371,\"z\":\"9f919f80.606e6\",\"wires\":[[\"f032bf20.0fcd4\"]]},{\"id\":\"f032bf20.0fcd4\",\"type\":\"ldap out\",\"name\":\"\",\"topic\":\"\",\"base\":\"dc=example,dc=com\",\"filter\":\"uid={{payload}}\",\"server\":\"fb0e4.fff04f1c\",\"x\":386,\"y\":359,\"z\":\"9f919f80.606e6\",\"wires\":[[\"c9a5fbe9.365a08\"]]}]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Fnode-red-contrib-ldap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardillb%2Fnode-red-contrib-ldap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Fnode-red-contrib-ldap/lists"}