814 B
814 B
Description
Groups scripts for managing an openldap directory
Installation
git clone https://gitweb.dyndns.org/scripts/ldap-tools.git
Configuration
Copy ldap.conf.dist to ldap.conf
Edit the ldap.conf and set the parameters according to your configuration (the parameters are commented in file)
Scripts list
| script | description | usage |
|---|---|---|
| list_user.sh | List directory users | ./list_user.sh --help |
| manage_user.sh | manage users | ./manage_user.sh --help |
| manage_ou.sh | manage OUs | ./manage_ou.sh --help |
Changelog
[1.0.0] - 2024-12-27
Added
- Config file ldap.conf.dist
- Functions scripts
- Manage_ou script (v1.0.0)
- Manage_user script (v1.0.0)
- List_user script (v1.0.0)
- README.md
- Initial version by GMo