Skip to content

Commit

Permalink
Change username
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekingDean committed Jan 7, 2025
1 parent 098a6ba commit f61c09e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kubernetes/apps/default/samba/app/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ metadata:
data:
config.yaml: |
auth:
- user: samba
group: samba
uid: 501
gid: 501
- user: smbuser
group: smbuser
uid: 101
gid: 101
password: sambapass
global:
Expand All @@ -27,6 +27,6 @@ data:
browsable: yes
readonly: no
guestok: yes
validusers: samba
writelist: samba
validusers: smbuser
writelist: smbuser
veto: no

0 comments on commit f61c09e

Please sign in to comment.