20 lines
739 B
Plaintext
20 lines
739 B
Plaintext
|
$DefaultNetstreamDriver gtls
|
||
|
$DefaultNetstreamDriverCAFile /etc/ssl/certs/ca_rsyslog.crt
|
||
|
$DefaultNetstreamDriverCertFile /etc/rsyslog.d/ssl/certs/rsyslog_addc.crt
|
||
|
$DefaultNetstreamDriverKeyFile /etc/rsyslog.d/ssl/private/rsyslog_addc.key
|
||
|
|
||
|
|
||
|
$WorkDirectory /var/log/rsyslog/queues
|
||
|
$ActionQueueType LinkedList
|
||
|
$ActionQueueFileName samba
|
||
|
$ActionQueueSaveOnShutdown on
|
||
|
|
||
|
%if %%samba_log_connexion_authentification_proxy == 'oui'
|
||
|
$ActionSendStreamDriverAuthMode x509/name
|
||
|
$ActionSendStreamDriverPermittedPeer %%samba_log_connexion_proxy_name
|
||
|
%else
|
||
|
$ActionSendStreamDriverAuthMode anon
|
||
|
%end if
|
||
|
$ActionSendStreamDriverMode 1
|
||
|
:programname, isequal, "samba" @@%%samba_log_connexion_proxy_ip:%%samba_log_connexion_proxy_port
|