Update..
This commit is contained in:
18
roles/common/files/etc/samba/users.map
Normal file
18
roles/common/files/etc/samba/users.map
Normal file
@ -0,0 +1,18 @@
|
||||
# ############################################ #
|
||||
# -------------------------- #
|
||||
# ** DO NOT EDIT DIRECTLY ** #
|
||||
# -------------------------- #
|
||||
# Ansible managed file #
|
||||
# ############################################ #
|
||||
|
||||
# This file allows you to map usernames from the clients to the server.
|
||||
# Unix_name = SMB_name1 SMB_name2 ...
|
||||
#
|
||||
# See section 'username map' in the manual page of smb.conf for more
|
||||
# information.
|
||||
#
|
||||
# This file is _not_ included in the default configuration as it makes the
|
||||
# usage of an user named administrator impossible.
|
||||
|
||||
root = admin administrator
|
||||
|
@ -1,3 +1,10 @@
|
||||
# ############################################ #
|
||||
# -------------------------- #
|
||||
# ** DO NOT EDIT DIRECTLY ** #
|
||||
# -------------------------- #
|
||||
# Ansible managed file #
|
||||
# ############################################ #
|
||||
|
||||
[Unit]
|
||||
DefaultDependencies=no
|
||||
Wants=rpcbind.target
|
||||
|
@ -1,3 +1,10 @@
|
||||
# ############################################ #
|
||||
# -------------------------- #
|
||||
# ** DO NOT EDIT DIRECTLY ** #
|
||||
# -------------------------- #
|
||||
# Ansible managed file #
|
||||
# ############################################ #
|
||||
|
||||
[Service]
|
||||
IPAddressAllow=192.168.0.0/16
|
||||
|
||||
|
Reference in New Issue
Block a user