80 lines
2.6 KiB
Markdown
80 lines
2.6 KiB
Markdown
<div align="center">
|
|
<img src="sources/logo.png" alt="Manage OpenLDAP Logo" width="220"/>
|
|
|
|
<h1>Manage OpenLDAP</h1>
|
|
<p><i>Script interactif en Bash pour gérer les utilisateurs OpenLDAP.</i></p>
|
|
</div>
|
|
|
|
---
|
|
|
|
## Prérequis
|
|
|
|
| Outil | Description | Requis |
|
|
|---------|------------------------------|-----------|
|
|
| `bash` | Interpréteur de commandes | Oui |
|
|
| `fzf` | Sélecteur interactif | Oui |
|
|
| `figlet`| Génération de bannières | Oui |
|
|
| `lolcat`| Couleurs arc-en-ciel | Oui |
|
|
| `mise` | Gestion des outils | Optionnel |
|
|
|
|
### Installation rapide
|
|
|
|
```bash
|
|
mise install
|
|
```
|
|
|
|
## Configuration
|
|
|
|
Définissez les variables suivantes selon votre environnement :
|
|
|
|
| Variable | Exemple | Description |
|
|
|----------------|----------------------|-----------------------|
|
|
| `LDAP_SERVER` | `example.com` | Adresse du serveur |
|
|
| `LDAP_BASE_DN` | `dc=example,dc=com` | DN de base |
|
|
|
|
## Utilisation
|
|
|
|
Lancez le script :
|
|
|
|
```bash
|
|
./main.sh
|
|
```
|
|
|
|
Un menu interactif (`fzf`) s'affiche et permet de :
|
|
|
|
1. **Ajouter** un ou plusieurs utilisateurs à un groupe
|
|
|
|
## Annexe
|
|
|
|
<details>
|
|
<summary>Génération du logo</summary>
|
|
|
|
</br>
|
|
|
|
1. **Prompt pour ChatGPT (DALL-E)** :
|
|
|
|
```
|
|
A high-quality, original creature inspired by Pokémon style, unevolved stage (basic form). The creature has balanced proportions (can be cute, neutral, or slightly serious), with a clean and memorable silhouette, expressive eyes (not overly exaggerated), and a distinct personality that can range from friendly to calm, mysterious, or determined.
|
|
|
|
The creature has a unique elemental theme (choose one: fire, water, electric, grass, ghost, etc.), with subtle and well-integrated visual cues reflecting its type (glowing sparks, leaves, flames, mist, energy patterns, etc.).
|
|
|
|
Art style: official Pokémon-style illustration, soft but controlled shading, vibrant yet natural color palette, smooth gradients, clean and precise outlines, slightly stylized but grounded anatomy.
|
|
|
|
Pose: simple, confident, and readable, facing slightly toward the viewer, with a composed or expressive stance depending on its personality.
|
|
|
|
Background: transparent.
|
|
|
|
Lighting: soft studio lighting with gentle contrast to enhance form and details.
|
|
|
|
Composition: centered, full body visible, no cropping.
|
|
|
|
Aspect ratio: 1:1
|
|
|
|
High resolution, sharp details, no text, no watermark.
|
|
|
|
Format d'image : **1:1**
|
|
```
|
|
|
|
2. **Supprimer le fond** : [PhotoRoom Background Remover](https://www.photoroom.com/tools/background-remover)
|
|
|
|
</details>
|