{"id":17614543,"url":"https://github.com/vroncevic/ldap_manager","last_synced_at":"2026-05-08T04:04:25.339Z","repository":{"id":45872864,"uuid":"58225598","full_name":"vroncevic/ldap_manager","owner":"vroncevic","description":"Shell tool for openLDAP management","archived":false,"fork":false,"pushed_at":"2024-06-14T18:56:09.000Z","size":7166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T12:40:44.287Z","etag":null,"topics":["administration","bash","linux","manager","openldap","shell"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/ldap_manager","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vroncevic.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":"2016-05-06T18:02:51.000Z","updated_at":"2024-12-18T23:28:35.000Z","dependencies_parsed_at":"2023-12-16T23:52:25.287Z","dependency_job_id":"61a150b0-8fae-4931-8848-bf4fa900c48e","html_url":"https://github.com/vroncevic/ldap_manager","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vroncevic/ldap_manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fldap_manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fldap_manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fldap_manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fldap_manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/ldap_manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fldap_manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266785443,"owners_count":23983821,"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-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["administration","bash","linux","manager","openldap","shell"],"created_at":"2024-10-22T18:44:02.020Z","updated_at":"2026-05-08T04:04:25.320Z","avatar_url":"https://github.com/vroncevic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shell script for openLDAP management\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/ldap_manager/dev/docs/ldap_manager_logo.png\" width=\"25%\"\u003e\n\n**ldap_manager** is shell tool for control/operating ldap server.\n\nDeveloped in **[bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell))** code: **100%**.\n\n[![ldap_manager_shell_checker](https://github.com/vroncevic/ldap_manager/actions/workflows/ldap_manager_shell_checker.yml/badge.svg)](https://github.com/vroncevic/ldap_manager/actions/workflows/ldap_manager_shell_checker.yml)\n\nThe README is used to introduce the modules and provide instructions on\nhow to install the modules, any machine dependencies it may have and any\nother information that should be provided before the modules are installed.\n\n[![GitHub issues open](https://img.shields.io/github/issues/vroncevic/ldap_manager.svg)](https://github.com/vroncevic/ldap_manager/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/ldap_manager.svg)](https://github.com/vroncevic/ldap_manager/graphs/contributors)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Dependencies](#dependencies)\n- [Shell tool structure](#shell-tool-structure)\n- [Docs](#docs)\n- [Copyright and licence](#copyright-and-licence)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\n![Debian Linux OS](https://raw.githubusercontent.com/vroncevic/ldap_manager/dev/docs/debtux.png)\n\nNavigate to release **[page](https://github.com/vroncevic/ldap_manager/releases)** download and extract release archive.\n\nTo install **ldap_manager** type the following\n\n```bash\ntar xvzf ldap_manager-3.0.tar.gz\ncd ldap_manager-3.0\ncp -R ~/sh_tool/bin/   /root/scripts/ldap_manager/ver.3.0/\ncp -R ~/sh_tool/conf/  /root/scripts/ldap_manager/ver.3.0/\ncp -R ~/sh_tool/log/   /root/scripts/ldap_manager/ver.3.0/\n```\n\nSelf generated setup script and execution\n\n```bash\n./ldap_manager_setup.sh\n\n[setup] installing App/Tool/Script ldap_manager\n\tSat Dec 13 08:27:42 AM CET 2025\n[setup] clean up App/Tool/Script structure\n[setup] copy App/Tool/Script structure\n[setup] remove github editor configuration files\n[setup] set App/Tool/Script permission\n[setup] create symbolic link of App/Tool/Script\n[setup] done\n\n/root/scripts/ldap_manager/ver.3.0/\n├── bin/\n│   ├── ldap_manager.sh\n│   ├── openldap_operation.sh\n│   └── openldap_version.sh\n├── conf/\n│   ├── ldap_manager.cfg\n│   ├── ldap_manager.logo\n│   └── ldap_manager_util.cfg\n└── log/\n    └── ldap_manager.log\n\n4 directories, 7 files\nlrwxrwxrwx 1 root root 54 Dec 13 08:27 /root/bin/ldap_manager -\u003e /root/scripts/ldap_manager/ver.3.0/bin/ldap_manager.sh\n```\n\nOr You can use docker to create image/container.\n\n### Usage\n\n```bash\n# Create symlink for shell tool\nln -s /root/scripts/ldap_manager/ver.3.0/bin/ldap_manager.sh /root/bin/ldap_manager\n\n# Setting PATH\nexport PATH=${PATH}:/root/bin/\n\n# Control/operating ldap server\nldap_manager\n\nldap_manager ver.3.0\nSat Dec 13 08:27:52 AM CET 2025\n\n[check_root] Check permission for current session? [ok]\n[check_root] Done\n\n                                                                                                        \n    ██      ██                                                                                          \n   ░██     ░██                                                                                          \n   ░██     ░██  ██████   ██████        ██████████   ██████   ███████   ██████    █████   █████  ██████  \n   ░██  ██████ ░░░░░░██ ░██░░░██      ░░██░░██░░██ ░░░░░░██ ░░██░░░██ ░░░░░░██  ██░░░██ ██░░░██░░██░░█  \n   ░██ ██░░░██  ███████ ░██  ░██       ░██ ░██ ░██  ███████  ░██  ░██  ███████ ░██  ░██░███████ ░██ ░   \n   ░██░██  ░██ ██░░░░██ ░██████        ░██ ░██ ░██ ██░░░░██  ░██  ░██ ██░░░░██ ░░██████░██░░░░  ░██     \n   ███░░██████░░████████░██░░░   █████ ███ ░██ ░██░░████████ ███  ░██░░████████ ░░░░░██░░██████░███     \n  ░░░  ░░░░░░  ░░░░░░░░ ░██     ░░░░░ ░░░  ░░  ░░  ░░░░░░░░ ░░░   ░░  ░░░░░░░░   █████  ░░░░░░ ░░░      \n                        ░░                                                      ░░░░░                   \n                                                                                                        \n\t                                                                   \n\t\tInfo   github.io/ldap_manager ver.3.0 \n\t\tIssue  github.io/issue\n\t\tAuthor vroncevic.github.io\n\n  [USAGE] ldap_manager [OPTIONS]\n  [OPTIONS]\n  [OPERATION] start | stop | restart | status | version\n  # Restart openLDAP Server\n  ldap_manager restart\n  [help | h] print this option\n```\n\n### Dependencies\n\n**ldap_manager** requires next modules and libraries\n* sh_util [https://github.com/vroncevic/sh_util](https://github.com/vroncevic/sh_util)\n\n### Shell tool structure\n\n**ldap_manager** is based on MOP.\n\nShell tool structure\n\n```bash\nsh_tool/\n├── bin/\n│   ├── ldap_manager.sh\n│   ├── openldap_operation.sh\n│   └── openldap_version.sh\n├── conf/\n│   ├── ldap_manager.cfg\n│   ├── ldap_manager.logo\n│   └── ldap_manager_util.cfg\n└── log/\n    └── ldap_manager.log\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/ldap_manager/badge/?version=latest)](https://ldap-manager.readthedocs.io/projects/ldap_manager/en/latest/?badge=latest)\n\nMore documentation and info at\n* [https://ldap_manager.readthedocs.io/en/latest/](https://ldap-manager.readthedocs.io/en/latest/)\n* [https://www.gnu.org/software/bash/manual/](https://www.gnu.org/software/bash/manual/)\n\n### Copyright and licence\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2016 - 2026 by [vroncevic.github.io/ldap_manager](https://vroncevic.github.io/ldap_manager)\n\n**ldap_manager** is free software; you can redistribute it and/or modify\nit under the same terms as Bash itself, either Bash version 4.2.47 or,\nat your option, any later version of Bash 4 you may have available.\n\nLets help and support FSF.\n\n[![Free Software Foundation](https://raw.githubusercontent.com/vroncevic/ldap_manager/dev/docs/fsf-logo_1.png)](https://my.fsf.org/)\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://my.fsf.org/donate/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fldap_manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fldap_manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fldap_manager/lists"}