update...

This commit is contained in:
2025-10-28 16:58:27 +01:00
parent 8a4da8c615
commit aba9aa6112
12 changed files with 586 additions and 51 deletions

View File

@@ -51,11 +51,11 @@ export LANG="de_DE.utf8"
# Only try mounting samba shares, if local mount base directory exists.
#
if [[ -d "/mnt/{{ item.item.name }}" ]]; then
if [[ -d "/mnt/{{ user.name }}" ]]; then
SERVER="{{ samba_server }}"
USER="{{ item.item.name }}"
PASSWORD='{{ item.item.password }}'
USER="{{ user.name }}"
PASSWORD='{{ user.password }}'
#VERSION="1.0"
# Use NTLMv2 password hashing and force packet signing