ldap_manager

ldap_manager is shell tool for control/operating ldap server.

Developed in bash code: 100%.

GitHub shell checker

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.

GitHub issues Documentation Status GitHub contributors

Installation

Debian Linux OS

Navigate to release page download and extract release archive.

To install ldap_manager type the following

tar xvzf ldap_manager-x.y.tar.gz
cd ldap_manager-x.y
cp -R ~/sh_tool/bin/   /root/scripts/ldap_manager/ver.x.y/
cp -R ~/sh_tool/conf/  /root/scripts/ldap_manager/ver.x.y/
cp -R ~/sh_tool/log/   /root/scripts/ldap_manager/ver.x.y/

Or You can use Docker to create image/container.

Dependencies

ldap_manager requires next modules and libraries

Shell tool structure

ldap_manager is based on MOP.

Shell tool structure

sh_tool/
├── bin/
│   ├── center.sh
│   ├── display_logo.sh
│   ├── ldap_manager.sh
│   ├── openldap_operation.sh
│   └── openldap_version.sh
├── conf/
│   ├── ldap_manager.cfg
│   ├── ldap_manager.logo
│   └── ldap_manager_util.cfg
└── log/
    └── ldap_manager.log

Indices and tables