From 88cca9ce6c94f915236060d2f280290fd2ecff99 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 26 Jan 2025 20:29:03 +0000 Subject: [PATCH] Spam all the crappy smb configs to try get access --- clusters/kairos/samba/configmap.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/clusters/kairos/samba/configmap.yaml b/clusters/kairos/samba/configmap.yaml index 90ac826..a8508f8 100644 --- a/clusters/kairos/samba/configmap.yaml +++ b/clusters/kairos/samba/configmap.yaml @@ -21,7 +21,10 @@ data: "share": { "options": { "path": "/share", - "valid users": "user" + "valid users": "sambauser" + "writeable": "yes" + "guest ok": "yes" + "guest only": "yes" } } }, @@ -37,17 +40,18 @@ data: "guest ok": "yes", "browsable": "yes", "writable": "yes", - "guest account": "user", + "guest account": "sambauser", "create mask": "0775", "directory mask": "0755" + "map to guest": "bad user" } } }, "users": { "all_entries": [ { - "name": "user", - "password": "public" + "name": "sambauser", + "password": "samba" } ] },