ldap-tools/README.md
2024-12-31 07:55:25 +01:00

26 lines
814 B
Markdown

# Description
Groups scripts for managing an openldap directory
## Installation
```bash
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](mailto:gilles.mouchet@gmail.com)