-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
66 lines (51 loc) · 1.44 KB
/
Copy pathconfig.example.yaml
File metadata and controls
66 lines (51 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# ADGuardian - Configurazione
# Copia questo file in config.yaml e personalizza
# Sviluppato da ISIPC - Truant Bruno | https://isipc.com
# Connessione Active Directory
connection:
# Server Domain Controller
server: dc.example.com
# Porta (636 per LDAPS, 389 per LDAP)
port: 636
# Usa SSL/TLS
use_ssl: true
# Verifica certificato SSL
validate_cert: true
# Timeout connessione in secondi
timeout: 30
# Autenticazione
# NOTA: Non salvare password in questo file!
# Usa variabile ambiente ADGUARDIAN_PASSWORD
auth:
# Username (user@domain.com o DOMAIN\user)
username: admin@example.com
# Dominio (opzionale, estratto da username)
# domain: example.com
# Impostazioni audit
audit:
# Giorni senza login per considerare account inattivo
inactive_days: 90
# Giorni per considerare password vecchia
old_password_days: 180
# Includi account disabilitati nel report
include_disabled: false
# Includi account computer
include_computers: false
# Output
output:
# File PDF
pdf_file: adguardian_report.pdf
# File JSON (opzionale)
# json_file: adguardian_data.json
# Soglie personalizzate per policy
# Valori che consideri accettabili per la tua organizzazione
thresholds:
min_password_length: 12
password_history: 12
max_password_age_days: 90
lockout_threshold: 5
lockout_duration_minutes: 15
# Logging
logging:
level: INFO
file: adguardian.log