CasaOS icon indicating copy to clipboard operation
CasaOS copied to clipboard

samba share should be password protected even in home network

Open kujurpk opened this issue 10 months ago • 3 comments

i am using default files app for creating a shared folder for the network. i want this share to be samba user and password protected but this process directly creates shares without giving option to create password. add this feature

kujurpk avatar Jan 08 '25 06:01 kujurpk

Yes please. Windows don't like public smb folders. Every now and than after mapped the smb disk acces it quickly on my laptop it asks me for credentials even tho it's public. This would be fix if the smb folders actually had user and password credentials. Not to say that it's basic security feature. Please guys🙏🏻

lucasnasc2 avatar Jan 09 '25 23:01 lucasnasc2

Yes please. Windows don't like public smb folders. Every now and than after mapped the smb disk acces it quickly on my laptop it asks me for credentials even tho it's public. This would be fix if the smb folders actually had user and password credentials. Not to say that it's basic security feature. Please guys🙏🏻

in casaos terminal run this command below. change the word user to the user you have for your casaos, or a user you have in the linux system. it will then ask for you to set the smb password for that user that you can use when adding the share in windows.

sudo smbpasswd -a user

forkymcforkface avatar Feb 06 '25 16:02 forkymcforkface

Yes please. Windows don't like public smb folders. Every now and than after mapped the smb disk acces it quickly on my laptop it asks me for credentials even tho it's public. This would be fix if the smb folders actually had user and password credentials. Not to say that it's basic security feature. Please guys🙏🏻

in casaos terminal run this command below. change the word user to the user you have for your casaos, or a user you have in the linux system. it will then ask for you to set the smb password for that user that you can use when adding the share in windows.

sudo smbpasswd -a user

I LOVE YOU

Rener-py avatar Mar 18 '25 10:03 Rener-py