{"id":19811139,"url":"https://github.com/accenture/adop-ldap-ltb","last_synced_at":"2025-09-15T18:53:31.914Z","repository":{"id":141762234,"uuid":"56694364","full_name":"Accenture/adop-ldap-ltb","owner":"Accenture","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-14T07:38:18.000Z","size":13,"stargazers_count":2,"open_issues_count":1,"forks_count":19,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-05-01T08:34:53.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Accenture.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-04-20T14:33:39.000Z","updated_at":"2019-03-22T19:09:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"a82b9344-65fd-4757-879d-84dd015e8ea8","html_url":"https://github.com/Accenture/adop-ldap-ltb","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Accenture/adop-ldap-ltb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2Fadop-ldap-ltb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2Fadop-ldap-ltb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2Fadop-ldap-ltb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2Fadop-ldap-ltb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Accenture","download_url":"https://codeload.github.com/Accenture/adop-ldap-ltb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accenture%2Fadop-ldap-ltb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231202,"owners_count":25245674,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-12T09:24:58.156Z","updated_at":"2025-09-15T18:53:31.904Z","avatar_url":"https://github.com/Accenture.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Supported tags and respective Dockerfile links\n\n- [`0.1.0`, `0.1.0` (*0.1.0/Dockerfile*)](https://github.com/Accenture/adop-ldap-ltb/blob/master/Dockerfile)\n\n# What is ldap-ltb?\n\nldap-ltb is a wrapper for the LDAP Tool Box (LTB) Self Service Password utility, \nwhich is a PHP application that allows users to change their password in an LDAP directory. \n\n# How to use this image\n\nThe easiest for to run ldap-ltb image is as follow:\n```\n      $ docker run --name=\u003cyour-container-name\u003e -dt \\\n        -e LDAP_LTB_URL=\"\u003cyour-ldap-url\u003e\" \\\n        -e LDAP_LTB_PWD=\"\u003cyour-ldap-admin-password\u003e\" \\\n        --net=\u003cyour-network-name\u003e \\\n        accenture/adop-ldap-ltb:VERSION\n```\nafter the above ldap-ltb will be available at: http://ldap-ltb\n        \n# Configuration\n\nThe service configuration is externalised and stored the 'assets' directory.\n\nRuntime configuration can be provided using environment variables:\n\n* LDAP_LTB_URL, the LDAP URI, i.e. ldap-host:389\n* LDAP_LTB_BS, the LDAP user BASE_DN\n* LDAP_LTB_DN, the LDAP admin DN\n* LDAP_LTB_PWD, the password to use connecting to LDAP service\n\nNote : Default password policies is setup with following rules -\n\n* Minimum length: 9\n* Maximum length: no limit\n* Minimum number of lowercase characters: 1\n* Minimum number of uppercase characters: 1\n* Minimum number of digits: 1\n* Minimum number of special characters: 1\n* Your new password can not be the same as your old password\n\n# License\n Please view [licence information](LICENCE.md) for the software contained on this image.\n\n#Supported Docker versions\n\nThis image is officially supported on Docker version 1.9.1.\n\n# User feedback\n\n## Documentation\nDocumentation for this image is available in the [LDAP Tool Box page](http://ltb-project.org/wiki/documentation/self-service-password). \nAdditional documentaion can be found under the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.\n\n## Issues\nIf you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/Accenture/ldap-ltb/issues).\n\n## Contribute\nYou are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.\n\nBefore you start to code, we recommend discussing your plans through a [GitHub issue](https://github.com/Accenture/ldap-ltb/issues), especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccenture%2Fadop-ldap-ltb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccenture%2Fadop-ldap-ltb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccenture%2Fadop-ldap-ltb/lists"}