mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-07 15:19:44 +00:00
Description: This corrects a typo in the helper script that prevented Samba user management from working. Functions were originally defined as EditSmabaUserPassword and AddSmabaUser. Because of the misspelling, they were never called, and Samba passwords were not being set. Changes: Renamed EditSmabaUserPassword → EditSambaUserPassword Renamed AddSmabaUser → AddSambaUser Impact: Samba password changes and user additions will now function correctly. No backward-compatibility issues, since nothing was successfully calling the typo’d functions before. Notes: This resolves a long-standing bug where Samba accounts were not being properly configured. Signed-off-by: Kev <36553759+forkymcforkface@users.noreply.github.com>