25 lines
745 B
Markdown
25 lines
745 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|List directory users|`./manage_user.sh --help`|
|
|
|
|
## Changelog
|
|
#### [1.0.0] - 2024-12-27
|
|
##### Added
|
|
- Config file ldap.conf.dist
|
|
- Functions scripts
|
|
- Manage_user script (v1.0.0)
|
|
- List_user script (v1.0.0)
|
|
- README.md
|
|
- Initial version by [GMo](mailto:gilles.mouchet@gmail.com) |