Skip to content

Conversation

forkymcforkface
Copy link

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.

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 <[email protected]>
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant