{"id":18758889,"url":"https://github.com/emgee3/meteor-accounts-ldap","last_synced_at":"2025-06-11T02:05:25.126Z","repository":{"id":74385302,"uuid":"11513954","full_name":"emgee3/meteor-accounts-ldap","owner":"emgee3","description":"Proof of concept for LDAP authentication mechanism for Meteor","archived":false,"fork":false,"pushed_at":"2014-05-04T14:38:25.000Z","size":130,"stargazers_count":21,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T02:28:04.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emgee3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-18T21:14:55.000Z","updated_at":"2019-11-21T23:34:47.000Z","dependencies_parsed_at":"2023-02-22T13:15:48.677Z","dependency_job_id":null,"html_url":"https://github.com/emgee3/meteor-accounts-ldap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emgee3%2Fmeteor-accounts-ldap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emgee3%2Fmeteor-accounts-ldap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emgee3%2Fmeteor-accounts-ldap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emgee3%2Fmeteor-accounts-ldap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emgee3","download_url":"https://codeload.github.com/emgee3/meteor-accounts-ldap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emgee3%2Fmeteor-accounts-ldap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259184739,"owners_count":22818267,"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-11-07T17:48:13.189Z","updated_at":"2025-06-11T02:05:25.109Z","avatar_url":"https://github.com/emgee3.png","language":"JavaScript","funding_links":[],"categories":["📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"Accounts-LDAP for Meteor\n===============\n\nThis is a proof of concept LDAP add-on to Meteor Accounts.\n\nThat said, when one logs in with a username and password, it does check said username and password against an LDAP server.\n\nThis code has been updated for Meteor 0.8.1.1 but is completely untested as I'm not near a network that has an LDAP server currently.\n\nInstallation\n============\n\n* Copy to `/packages` in your project.\n\n```\n// if using Accounts UI, you could add something lik\nAccounts.ui.config({\n  passwordSignupFields: 'USERNAME_ONLY'\n});\n\nAccounts.config({\n  forbidClientAccountCreation: true\n});\n```\n* Update lines 10-23 in `ldap-client.js` with your server's data\n* Lines 14-15 in `ldap-handler.js` determine whether or not nonexistent Meteor accounts are created when a person's LDAP credentials check out.\n\n\nUsage\n=====\n\n    Accounts.callLoginMethod({\n      methodArguments: [{ username : 'username', password : 'password' }],\n      userCallback: function (error, result) {\n        if (error) {\n          console.log(error || \"Unknown error\");\n        }\n      }\n    });\n\nNotes\n=====\n\n* The LDAP search strings are Active Directory-specific\n* ***The typed-in username and password is sent to the Meteor server unencrypted***\n* There's no code to check if the LDAP connection failed. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femgee3%2Fmeteor-accounts-ldap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femgee3%2Fmeteor-accounts-ldap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femgee3%2Fmeteor-accounts-ldap/lists"}