Commit graph

5 commits

Author SHA1 Message Date
TheHackdes
8de2581375 fix(sources/functions.sh): update creator name from "Guillaume DENIS" to "TheHackdes" 2026-05-05 21:38:26 +02:00
TheHackdes
0c2fa6c671 fix(README.md): update README with improved layout, tool descriptions and installation instructions, add configuration section, and improve usage instructions
The commit changes the README file to provide a more organized layout, detailed descriptions of the required tools, updated installation instructions using `mise`, and added a configuration section for setting environment variables. Additionally, the usage instructions have been improved by providing an interactive menu (`fzf`) that allows users to add or remove users from a group.
2026-05-04 20:50:01 +02:00
TheHackdes
ea960e5320 feat(main.sh): add functionality to add users to a group
This commit introduces the ability to add one or more users to a group using the main script. The user is prompted to select this option from the menu, and if chosen, the action/add\_user\_to\_group.sh script is sourced to perform the operation. If an unrecognized choice is made, an error message is displayed and the script exits with a status of 1.
2026-05-04 20:41:53 +02:00
TheHackdes
debf81e5a9 refactor(sources/functions.sh): add clear command in banner function 2026-05-04 19:42:54 +02:00
TheHackdes
f756ca2991 feat(README.md): add README for Manage OpenLDAP script
feat(fnox.toml): add fnox provider configuration
feat(main.sh): create main shell script for Manage OpenLDAP
feat(mise.toml): add tools and env configurations for mise
feat(sources/functions.sh): create functions shell script for Manage OpenLDAP
2026-05-04 18:33:16 +02:00