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>
* add send notify function
* add shell script
* add system notiry
* remove disk and test common package
* update http status
* add share function to common
* remove temp path
* remove /DATA directory initialization - moved to local-storage (#578)
* update goreleaser configuration
* wip
* change service type to notify for systemd so its status is OK only when service is initialized successfully
* update CasaOS-Common to fix runtime error
* wip
* add send notify function
* add shell script
* add system notiry
* remove disk and test common package
* update http status
* add share function to common
* remove temp path
* remove /DATA directory initialization - moved to local-storage (#578)
* update goreleaser configuration
* wip
* change service type to notify for systemd so its status is OK only when service is initialized successfully
* update CasaOS-Common to fix runtime error
* wip
* wip
* wip
* wip
* wip
* Utilization interface to supplement disk information
* fix upload file
* wip
* wip
* add update url
* wip
* wip
* add change log
* update changelog
* update release
Signed-off-by: link <a624669980@163.com>
Co-authored-by: Tiger Wang <tigerwang@outlook.com>
* add send notify function
* add shell script
* add system notiry
* remove disk and test common package
* update http status
* add share function to common
* remove temp path
* remove /DATA directory initialization - moved to local-storage (#578)
* update goreleaser configuration
* wip
* change service type to notify for systemd so its status is OK only when service is initialized successfully
* update CasaOS-Common to fix runtime error
* wip
* add send notify function
* add shell script
* add system notiry
* remove disk and test common package
* update http status
* add share function to common
* remove temp path
* remove /DATA directory initialization - moved to local-storage (#578)
* update goreleaser configuration
* wip
* change service type to notify for systemd so its status is OK only when service is initialized successfully
* update CasaOS-Common to fix runtime error
* wip
* wip
* wip
* wip
* wip
* Utilization interface to supplement disk information
* fix upload file
* wip
* wip
* add update url
* wip
* wip
* add change log
* update changelog
Co-authored-by: LinkLeong <a624669980@163.com>