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
We are using this module to set up a Samba share for the project root within a Vagrant box.
After updating to version 0.5.0 of this module we where unable to access the share. All we got was a login dialog and no matter what username and password we entered, we couldn't continue.
We could nail it down to this change which changed the map_to_guest parameter from nothing to never. While the latter may be the default anyways, this is a breaking change from previous behavior and should be reverted.
Alternatively bad user could be used what we did locally now to restore the previous behavior.
The text was updated successfully, but these errors were encountered:
We are using this module to set up a Samba share for the project root within a Vagrant box.
After updating to version 0.5.0 of this module we where unable to access the share. All we got was a login dialog and no matter what username and password we entered, we couldn't continue.
We could nail it down to this change which changed the
map_to_guest
parameter from nothing tonever
. While the latter may be the default anyways, this is a breaking change from previous behavior and should be reverted.Alternatively
bad user
could be used what we did locally now to restore the previous behavior.The text was updated successfully, but these errors were encountered: