update..
This commit is contained in:
@ -253,6 +253,9 @@ samba_groups:
|
||||
- name: altlasten
|
||||
group_id: 1510
|
||||
|
||||
- name: administration
|
||||
group_id: 1610
|
||||
|
||||
|
||||
samba_user:
|
||||
|
||||
@ -463,6 +466,7 @@ samba_user:
|
||||
# Heike Müller
|
||||
- name : h.mueller
|
||||
groups:
|
||||
- administration
|
||||
- buero
|
||||
- team
|
||||
password: 'VT7/n5hHy-Av'
|
||||
@ -470,6 +474,7 @@ samba_user:
|
||||
# Jana König
|
||||
- name : j.koenig
|
||||
groups:
|
||||
- administration
|
||||
- archiv
|
||||
- ausstellungen
|
||||
- buero
|
||||
@ -493,6 +498,7 @@ samba_user:
|
||||
# Jorinde Splettstößer
|
||||
- name : j.splettstoesser
|
||||
groups:
|
||||
- administration
|
||||
- archiv
|
||||
- ausstellungen
|
||||
- buero
|
||||
@ -517,6 +523,7 @@ samba_user:
|
||||
# Natalie Bayer
|
||||
- name : n.bayer
|
||||
groups:
|
||||
- administration
|
||||
- altlasten
|
||||
- archiv
|
||||
- ausstellungen
|
||||
@ -651,6 +658,15 @@ remove_samba_users:
|
||||
|
||||
samba_shares:
|
||||
|
||||
- name: Administration
|
||||
comment: Administration auf Fileserver
|
||||
path: /data/samba/FHXB-Server/Administration
|
||||
group_valid_users: administration
|
||||
group_write_list: administration
|
||||
file_create_mask: !!str 660
|
||||
dir_create_mask: !!str 2770
|
||||
vfs_object_recycle: true
|
||||
|
||||
- name: Altlasten
|
||||
comment: Altlasten auf Fileserver
|
||||
path: /data/samba/FHXB-Server/Altlasten
|
||||
|
Reference in New Issue
Block a user