How to reproduce: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # bin/net conf list [global] netbios name = test # bin/net conf setparm share1 paath /data/samba/shares/share1/ Error setting value 'paath': WERR_INVALID_PARAM # bin/net conf list [global] netbios name = test [share1] # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The action of creating the share if it does not exist yet and creating the parameter should be wrapped in a transaction. Applies to versions 3.2.0 and newer. Michael
Fix pushed to master and v3-4-test. Michael
Created attachment 4165 [details] fix for bug 6371, adapted to 3-3-test Should we pick this for 3.3 ?
While the patch looks correct, I don't think this is really critical. An empty share is not really a problem IMO. Volker
Updating product.
Closing out bug report (fix is already upstream).