Skip to content

Commit

Permalink
Client signing enabled on test server
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Jul 21, 2024
1 parent ba8e36c commit 9013c83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ services:
environment:
AVAHI_DISABLE: 1

SAMBA_GLOBAL_CONFIG_client_SPACE_signing: mandatory
SAMBA_GLOBAL_CONFIG_access_SPACE_based_SPACE_share_SPACE_enum: yes
SAMBA_CONF_MAP_TO_GUEST: Never

GROUP_staff: 20

ACCOUNT_alice: alipass
Expand All @@ -21,9 +25,6 @@ services:
UID_bob: 1001
GROUPS_bob: staff

SAMBA_GLOBAL_CONFIG_access_SPACE_based_SPACE_share_SPACE_enum: yes
SAMBA_CONF_MAP_TO_GUEST: Never

SAMBA_VOLUME_CONFIG_alice: |
[Alice Share]
path = /shares/alice
Expand Down

0 comments on commit 9013c83

Please sign in to comment.