{"id":26845118,"url":"https://github.com/shinmera/ldapper","last_synced_at":"2025-04-30T20:25:06.861Z","repository":{"id":158186753,"uuid":"607197347","full_name":"Shinmera/ldapper","owner":"Shinmera","description":"Trivial LDAP server","archived":false,"fork":false,"pushed_at":"2025-03-19T09:08:54.000Z","size":126,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-19T09:23:17.918Z","etag":null,"topics":["ldap","ldap-server","sysops"],"latest_commit_sha":null,"homepage":"https://shinmera.github.io/ldapper/","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shinmera.png","metadata":{"files":{"readme":"README.mess","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":"2023-02-27T14:12:49.000Z","updated_at":"2025-03-19T09:08:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"551c63af-b033-4392-bec3-9038e000a456","html_url":"https://github.com/Shinmera/ldapper","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinmera%2Fldapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinmera%2Fldapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinmera%2Fldapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinmera%2Fldapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shinmera","download_url":"https://codeload.github.com/Shinmera/ldapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246371507,"owners_count":20766570,"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":["ldap","ldap-server","sysops"],"created_at":"2025-03-30T19:34:54.582Z","updated_at":"2025-03-30T19:34:55.196Z","avatar_url":"https://github.com/Shinmera.png","language":"Common Lisp","readme":"## About LDAPPER\nThis is a //very// simple implementation of an LDAP server, backed by a Postgres database. If you're fed up with the complicated mess that is OpenLDAP or ActiveDirectory, and just need a simple accounts database that can be accessed from other services, this is for you!\n\n## How To\nCompile a binary for ldapper with ``sbcl --eval (asdf:make :ldapper)``, or download one from the \"releases\"(https://github.com/Shinmera/ldapper/releases/latest).\n\nBefore you do anything else, please read the help documentation with the supported options and parameters thoroughly:\n\n::\nldapper help\n::\n\nTo install the necessary systemd service and get everything set up, simply run install, passing along the database parameters:\n\n::\nLDAPPER_POSTGRES_PW=... ldapper install\n::\n\nAnd that's it. Your LDAP server is up and running! To add new user accounts, you can invoke ldapper from any other place that has access to the Postgres database:\n\n::\nldapper add MyAccount whatever@example.com\n::\n\nYou can also mass import accounts from an ldif file or the current OpenLDAP database:\n\n::\nldapper import accounts.ldif\nldapper import \u003c(slapcat -b \"dc=example,dc=com\")\n::\n\n(note the ``--dry-run`` flag for that)\n\nAnd that's pretty much it. For more information, see the help as described above.\n\n## Docker build instructions\n\n::\ndocker build -t ldapper .\n\ndocker run --rm -it -v \"$PWD:/app\" ldapper\n::\n\nThis will build the `ldapper` binary in the current directory.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinmera%2Fldapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinmera%2Fldapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinmera%2Fldapper/lists"}