{"id":20358686,"url":"https://github.com/jongwooo/openldap-server-example","last_synced_at":"2026-02-14T16:32:28.074Z","repository":{"id":51647502,"uuid":"520541097","full_name":"jongwooo/openldap-server-example","owner":"jongwooo","description":"Setup and Configure OpenLDAP using Docker","archived":false,"fork":false,"pushed_at":"2022-11-10T00:09:36.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-02T06:35:35.206Z","etag":null,"topics":["ldap","ldap-authentication"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/jongwooo.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":"2022-08-02T14:54:55.000Z","updated_at":"2023-08-22T04:33:42.000Z","dependencies_parsed_at":"2023-01-21T20:19:32.042Z","dependency_job_id":null,"html_url":"https://github.com/jongwooo/openldap-server-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jongwooo/openldap-server-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongwooo%2Fopenldap-server-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongwooo%2Fopenldap-server-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongwooo%2Fopenldap-server-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongwooo%2Fopenldap-server-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongwooo","download_url":"https://codeload.github.com/jongwooo/openldap-server-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongwooo%2Fopenldap-server-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29449370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ldap","ldap-authentication"],"created_at":"2024-11-14T23:28:18.798Z","updated_at":"2026-02-14T16:32:28.056Z","avatar_url":"https://github.com/jongwooo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenLDAP Server\n\nSetup and Configure OpenLDAP using Docker.\n\n## What is OpenLDAP?\n\n[OpenLDAP](https://www.openldap.org/) is the open-source solution for LDAP (Lightweight Directory Access Protocol). It is a protocol used to store and retrieve data from a hierarchical directory structure such as in databases.\n\n## Quick Start\n\nCreate a new `.env` file in project root directory.\n\n```bash\ntouch .env\n```\n\nAdd environment variables to `.env` file.\n\n```bash\n# Timezone\nTZ=\u003cTIMEZONE\u003e\n\n# LDAP Configuration\nLDAP_ORGANISATION=\u003cLDAP_ORGANISATION\u003e\nLDAP_DOMAIN=\u003cLDAP_DOMAIN\u003e\nLDAP_ADMIN_USERNAME=\u003cLDAP_ADMIN_USERNAME\u003e\nLDAP_ADMIN_PASSWORD=\u003cLDAP_ADMIN_PASSWORD\u003e\nLDAP_CONFIG_PASSWORD=\u003cLDAP_CONFIG_PASSWORD\u003e\n```\n\nYou can start the containers with the `up` command in daemon mode (by adding `-d` as an argument) or by using the `start` command:\n\n```bash\ndocker-compose up -d\n```\n\nYou can also visit [https://127.0.0.1:8443](https://127.0.0.1:8443) to access [phpLDAPadmin](http://phpldapadmin.sourceforge.net/wiki/index.php/Main_Page) after starting the containers.\n\n### Authentication\n\n- Login DN: `cn=\u003cUSER\u003e,dc=\u003cDOMAIN_NAME\u003e,dc=\u003cTOP_LEVEL_DOMAIN\u003e`\n- Password: `\u003cPASSWORD\u003e`\n\n## License\n\nLicensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongwooo%2Fopenldap-server-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongwooo%2Fopenldap-server-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongwooo%2Fopenldap-server-example/lists"}