Commit graph

3 commits

Author SHA1 Message Date
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