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

@@ -45,12 +45,14 @@ export LANG="de_DE.utf8"
# ---
# Don't try to mount samba shares if login at samba server
#
[[ "$(hostname --long)" = "{{ samba_server }}" ]] && return
# Don't try to mount samba shares if local mount base directory does not exist
[[ -d "/mnt/{{ user.name }}" ]] || return
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