update...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user