summaryrefslogtreecommitdiff
path: root/test/confs/5860
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/5860')
-rw-r--r--test/confs/586010
1 files changed, 5 insertions, 5 deletions
diff --git a/test/confs/5860 b/test/confs/5860
index 956a5dc37..7d9c7551c 100644
--- a/test/confs/5860
+++ b/test/confs/5860
@@ -43,13 +43,13 @@ tls_privatekey = ${if eq {SERVER}{server} \
begin acl
logger:
- accept condition = ${if eq {tls} {${listextract{1}{$tpda_event}}}}
- logwrite = $tpda_event depth = $tpda_data \
+ accept condition = ${if eq {tls} {${listextract{1}{$event_name}}}}
+ logwrite = $event_name depth = $event_data \
<${certextract {subject} {$tls_out_peercert}}>
# message = noooo
- accept condition = ${if eq {msg} {${listextract{1}{$tpda_event}}}}
- logwrite = $tpda_event dane=$tls_out_dane
+ accept condition = ${if eq {msg} {${listextract{1}{$event_name}}}}
+ logwrite = $event_name dane=$tls_out_dane
accept
# ----- Routers -----
@@ -83,6 +83,6 @@ send_to_server:
{= {0}{$tls_out_tlsa_usage}} } \
{*}{}}
- tpda_event_action = ${acl {logger}}
+ event_action = ${acl {logger}}
# End