Add new Samba users and update configuration settings in group_vars and smb.conf.j2

This commit is contained in:
2026-06-19 11:50:25 +02:00
parent ae412af1d2
commit 7ff25744b5
4 changed files with 61 additions and 2 deletions
+7
View File
@@ -382,6 +382,7 @@ nis_user:
- name: kirstin - name: kirstin
groups: groups:
- amif
- team - team
- aktion-mensch - aktion-mensch
is_samba_user: true is_samba_user: true
@@ -419,6 +420,12 @@ nis_user:
is_samba_user: true is_samba_user: true
password: '20_son+keng-25.%' password: '20_son+keng-25.%'
- name: victoria
groups:
- amif
is_samba_user: true
password: '20.vic-to-ria/25%'
- name: vincent - name: vincent
groups: groups:
- team - team
+41
View File
@@ -404,6 +404,18 @@ nis_user:
is_samba_user: true is_samba_user: true
password: '8!Varianten' password: '8!Varianten'
- name: hendrik.roth
groups:
- all-users
- buero-scan
- bgn-finanzen-personal
- mbr-finanzen-personal
- rias-berlin-finanzen-personal
- regishut-personal-finanzen
- direx-personal-finanzen
is_samba_user: true
password: 'H-S.tG3/wV46'
- name: janine.budich - name: janine.budich
groups: groups:
- all-users - all-users
@@ -438,6 +450,18 @@ nis_user:
is_samba_user: true is_samba_user: true
password: 'AfZg3-9S/4IX' password: 'AfZg3-9S/4IX'
- name: olga.masson
groups:
- all-users
- buero-scan
- bgn-finanzen-personal
- mbr-finanzen-personal
- rias-berlin-finanzen-personal
- regishut-personal-finanzen
- direx-personal-finanzen
is_samba_user: true
password: '6.7.mQ-sPE.o'
- name: swetlana.nikitenko - name: swetlana.nikitenko
groups: groups:
- all-users - all-users
@@ -669,6 +693,14 @@ nis_user:
is_samba_user: true is_samba_user: true
password: 't32_aHxV.' password: 't32_aHxV.'
- name: katharina.mueller
groups:
- all-users
- buero-scan
- mbr-buero
is_samba_user: true
password: '6.3b-5Vy/7-3'
- name: kathrin.hain - name: kathrin.hain
groups: groups:
- ag-antisem - ag-antisem
@@ -730,6 +762,7 @@ nis_user:
- all-users - all-users
- buero-scan - buero-scan
- mbr-buero - mbr-buero
- technik
is_samba_user: true is_samba_user: true
password: 'I.E7X.cUd-cc' password: 'I.E7X.cUd-cc'
@@ -782,6 +815,14 @@ nis_user:
is_samba_user: true is_samba_user: true
password: 'q9.mL5-a-aYA' password: 'q9.mL5-a-aYA'
- name: tirza.seene
groups:
- all-users
- buero-scan
- mbr-buero
is_samba_user: true
password: '7a9-7Rz-Rc2p'
# --- # ---
# RIAS Berlin und Bund # RIAS Berlin und Bund
# --- # ---
+7
View File
@@ -177,6 +177,13 @@ nis_user:
is_samba_user: true is_samba_user: true
password: 'spa2014' password: 'spa2014'
- name: genia
groups:
- intern
- buero
is_samba_user: true
password: '240481'
- name: isadora - name: isadora
groups: groups:
- intern - intern
+6 -2
View File
@@ -342,7 +342,10 @@
virusfilter:cache entry limit = 1000 virusfilter:cache entry limit = 1000
virusfilter:cache time limit = 60 virusfilter:cache time limit = 60
virusfilter:max file size = 26214400 # Dateigröße: Was wird gescannt?
#virusfilter:max file size = 52428800 # 50 MB max
#virusfilter:max file size = 26214400 # 25 MB max
virusfilter:max file size = 15728640 # 15 MB max
virusfilter:min file size = 10 virusfilter:min file size = 10
virusfilter:scan on open = yes virusfilter:scan on open = yes
@@ -522,7 +525,8 @@
# Dateigröße: Was wird gescannt? # Dateigröße: Was wird gescannt?
#virusfilter:max file size = 52428800 # 50 MB max #virusfilter:max file size = 52428800 # 50 MB max
virusfilter:max file size = 26214400 # 25 MB max #virusfilter:max file size = 26214400 # 25 MB max
virusfilter:max file size = 15728640 # 15 MB max
virusfilter:min file size = 10 # unter 10 Byte ignorieren virusfilter:min file size = 10 # unter 10 Byte ignorieren
# Scan-Zeitpunkt: nur beim Öffnen, nicht beim Schließen # Scan-Zeitpunkt: nur beim Öffnen, nicht beim Schließen