- Platform information:
- Hardware: RPI 3 B+
- OS: Openhabian
- Java Runtime Environment: which java platform is used and what version
- openHAB version: OpenHAB 2.3.0-1
Hey all, I just did a fresh install of openhabian onto my rpi3 b+ then updated openhab to 2.3.0-1
after that I ran this command to create a new samba user:
sudo adduser --no-create-home --disabled-login <username>
followed by this one to set the password:
sudo smbpasswd -a <username>
then I ran this command to add my new user to the group openhab:
sudo usermod -a -G <groupname> <username>
I can access the shares just fine but I can’t write to them if I connect with my new user account, but if i connect as openhabian I can. I’m sure there needs to a permission edited somewhere to allow the new account the write to the shares.
Anyone have an idea on how to fix this (permissions have always been something difficult for me to wrap my head around).
Thanks to anyone that could help me out, I’d really appreciate it.