samba icon indicating copy to clipboard operation
samba copied to clipboard

Samba docker container

Results 146 samba issues
Sort by recently updated
recently updated
newest added

Hi! I had to disabled the anonymous login, for security purpose. I use the following `command` param in docker-compose: ``` command: | .....users_and_shares_..... -g "restrict anonymous = 2" ``` The...

Hi! I had to disabled the anonymous login, for security purpose. I use the following `command` param in docker-compose: ``` command: | .....users_and_shares_..... -g "restrict anonymous = 2" ``` The...

Replace parameter "S" from the "-FS" startup script to "--debug-stdout", as the "--log-stdout" parameter was replaced to "--debug-stdout" in smbd version 4.15+ as we can see [here](https://wiki.samba.org/index.php/Samba_Features_added/changed). If we try...

Replace parameter "S" from the "-FS" startup script to "--debug-stdout", as the "--log-stdout" parameter was replaced to "--debug-stdout" in smbd version 4.15+ as we can see [here](https://wiki.samba.org/index.php/Samba_Features_added/changed). If we try...

Hi team, I'm very new to docker and github, so not sure if this is the right channel. I have a very similar situation with https://github.com/dperson/samba/wiki in the "More advanced...

Hi team, I'm very new to docker and github, so not sure if this is the right channel. I have a very similar situation with https://github.com/dperson/samba/wiki in the "More advanced...

The steps below leads to duplicated vols showing in Windows File Manager. ## Env ### Samba Server - OS: Ubuntu 20.04 LTS (Newly Installed) ### Windows Client - OS: Windows...

The steps below leads to duplicated vols showing in Windows File Manager. ## Env ### Samba Server - OS: Ubuntu 20.04 LTS (Newly Installed) ### Windows Client - OS: Windows...

When I share a volume using dperson/samba in rw mode, all existing files within that volume are chowned to user 100 and group 101. This messes up a lot of...

When I share a volume using dperson/samba in rw mode, all existing files within that volume are chowned to user 100 and group 101. This messes up a lot of...