You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Samba uses its own password hash, so every user has to be added using smbpasswd.
This only happens automatically for users that are created after the installation of the samba app.
The problem is that existing users are not added during install, but only new users threw the post_install hook.
Context
Yunohost 11.2.10.3 (stable)
samba app 4.13.13~ynh2
Steps to reproduce
add a user to yunohost
install the samba app
crate a new user
show all users in samba password store sudo pdbedit -L -v
Expected behavior
If a user installs the Samba app, they would expect every user to be able to access the samba /share.
Manual workaround
log into your ssh and run
sudo smbpasswd -a user_name
give the same password as the user has in yunohost.
The text was updated successfully, but these errors were encountered:
Describe the bug
Samba uses its own password hash, so every user has to be added using smbpasswd.
This only happens automatically for users that are created after the installation of the samba app.
The problem is that existing users are not added during install, but only new users threw the post_install hook.
Context
Steps to reproduce
sudo pdbedit -L -v
Expected behavior
If a user installs the Samba app, they would expect every user to be able to access the samba /share.
Manual workaround
log into your ssh and run
give the same password as the user has in yunohost.
The text was updated successfully, but these errors were encountered: