diff --git a/README.md b/README.md index bc3aac4..66e0f03 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ The program: - Detects a missing Samba installation when the config file does not exist yet. - Offers to install the Samba server package with a detected package manager such as `apt`, `dnf`, `yum`, `pacman`, `zypper`, or `apk`. - Prompts to add, edit, or delete a share. +- Includes a user-management menu to verify all share accounts exist and to remove obviously unused share-style accounts. +- Includes a user-management menu to change a Samba user's password. - Checks `valid users` entries against local accounts. - Offers to create missing local accounts with `useradd -M -s /usr/sbin/nologin `. - If user creation fails because admin rights are needed, explains the issue and offers to retry with `sudo`.