{"id":18360141,"url":"https://github.com/wekan/ldap","last_synced_at":"2025-04-06T13:32:22.171Z","repository":{"id":44959992,"uuid":"144767969","full_name":"wekan/ldap","owner":"wekan","description":"This is old repo. LDAP has been moved to https://github.com/wekan/wekan/tree/main/packages/wekan-ldap , issues to https://github.com/wekan/wekan/issues , and if PRs are needed please add them instead to https://github.com/wekan/wekan/pulls","archived":true,"fork":false,"pushed_at":"2024-06-26T15:53:58.000Z","size":32,"stargazers_count":12,"open_issues_count":34,"forks_count":10,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-26T16:14:19.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/wekan/wekan/tree/master/packages/wekan-ldap","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wekan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-14T20:16:26.000Z","updated_at":"2024-12-22T04:43:01.000Z","dependencies_parsed_at":"2024-11-05T22:30:09.221Z","dependency_job_id":null,"html_url":"https://github.com/wekan/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/wekan%2Fldap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wekan%2Fldap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wekan%2Fldap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wekan%2Fldap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wekan","download_url":"https://codeload.github.com/wekan/ldap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247488745,"owners_count":20946988,"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-05T22:26:48.935Z","updated_at":"2025-04-06T13:32:21.883Z","avatar_url":"https://github.com/wekan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# meteor-ldap\n\nThis packages is based on the RocketChat ldap login package\n\n# settings definition\n\nLDAP_Enable: Self explanatory\n\nLDAP_Port: The port of the LDAP server\n\nLDAP_Host: The host server for the LDAP server\n\nLDAP_BaseDN: The base DN for the LDAP Tree\n\nLDAP_Login_Fallback: Fallback on the default authentication method\n\nLDAP_Reconnect: Reconnect to the server if the connection is lost\n\nLDAP_Timeout: self explanatory\n\nLDAP_Idle_Timeout: self explanatory\n\nLDAP_Connect_Timeout: self explanatory\n\nLDAP_Authentication: If the LDAP needs a user account to search\n\nLDAP_Authentication_UserDN: The search user DN\n\nLDAP_Authentication_Password: The password for the search user\n\nLDAP_Internal_Log_Level: The logging level for the module\n\nLDAP_Background_Sync: If the sync of the users should be done in the\nbackground\n\nLDAP_Background_Sync_Interval: At which interval does the background task sync\n\nLDAP_Encryption: If using LDAPS, set it to 'ssl', else it will use 'ldap://'\n\nLDAP_CA_Cert: The certification for the LDAPS server\n\nLDAP_Reject_Unauthorized: Reject Unauthorized Certificate\n\nLDAP_User_Search_Filter:\n\nLDAP_User_Search_Scope:\n\nLDAP_User_Search_Field: Which field is used to find the user\n\nLDAP_Search_Page_Size:\n\nLDAP_Search_Size_Limit:\n\nLDAP_Group_Filter_Enable: enable group filtering\n\nLDAP_Group_Filter_ObjectClass: The object class for filtering\n\nLDAP_Group_Filter_Group_Id_Attribute:\n\nLDAP_Group_Filter_Group_Member_Attribute:\n\nLDAP_Group_Filter_Group_Member_Format:\n\nLDAP_Group_Filter_Group_Name:\n\nLDAP_Unique_Identifier_Field: This field is sometimes class GUID ( Globally Unique Identifier)\n\nUTF8_Names_Slugify: Convert the username to utf8\n\nLDAP_Username_Field: Which field contains the ldap username\n\nLDAP_Fullname_Field: Which field contains the ldap full name\n\nLDAP_Email_Match_Enable: Allow existing account matching by e-mail address when username does not match\n\nLDAP_Email_Match_Require: Require existing account matching by e-mail address when username does match\n\nLDAP_Email_Match_Verified: Require existing account email address to be verified for matching\n\nLDAP_Email_Field: Which field contains the LDAP e-mail address\n\nLDAP_Sync_User_Data:\n\nLDAP_Sync_User_Data_FieldMap:\n\nAccounts_CustomFields:\n\nLDAP_Default_Domain: The default domain of the ldap it is used to create email if the field is not map correctly with the LDAP_Sync_User_Data_FieldMap\n\n\n\n\n# example settings.json\n```\n{\n  \"LDAP_Port\": 389,\n  \"LDAP_Host\": \"localhost\",\n  \"LDAP_BaseDN\": \"ou=user,dc=example,dc=org\",\n  \"LDAP_Login_Fallback\": false,\n  \"LDAP_Reconnect\": true,\n  \"LDAP_Timeout\": 10000,\n  \"LDAP_Idle_Timeout\": 10000,\n  \"LDAP_Connect_Timeout\": 10000,\n  \"LDAP_Authentication\": true,\n  \"LDAP_Authentication_UserDN\": \"cn=admin,dc=example,dc=org\",\n  \"LDAP_Authentication_Password\": \"admin\",\n  \"LDAP_Internal_Log_Level\": \"debug\",\n  \"LDAP_Background_Sync\": false,\n  \"LDAP_Background_Sync_Interval\": \"every 1 minute\",\n  \"LDAP_Encryption\": false,\n  \"LDAP_Reject_Unauthorized\": false,\n  \"LDAP_Group_Filter_Enable\": false,\n  \"LDAP_Search_Page_Size\": 0,\n  \"LDAP_Search_Size_Limit\": 0,\n  \"LDAP_User_Search_Filter\": \"\",\n  \"LDAP_User_Search_Field\": \"uid\",\n  \"LDAP_User_Search_Scope\": \"\",\n  \"LDAP_Unique_Identifier_Field\": \"guid\",\n  \"LDAP_Username_Field\": \"uid\",\n  \"LDAP_Fullname_Field\": \"cn\",\n  \"LDAP_Email_Match_Enable\": true,\n  \"LDAP_Email_Match_Require\": false,\n  \"LDAP_Email_Match_Verified\": false,\n  \"LDAP_Email_Field\": \"mail\",\n  \"LDAP_Sync_User_Data\": false,\n  \"LDAP_Sync_User_Data_FieldMap\": \"{\\\"cn\\\":\\\"name\\\", \\\"mail\\\":\\\"email\\\"}\",\n  \"LDAP_Merge_Existing_Users\": true,\n  \"UTF8_Names_Slugify\": true\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwekan%2Fldap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwekan%2Fldap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwekan%2Fldap/lists"}