summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local-config/files/template-logs-radius.xml.in
blob: 0b10c4bbe5dd7cf28834681e8a6a220501d8bfd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<template_config os="FreeBSD" profile="%%LOGS_RADIUS_PROFILE%%">

  <localfile>
    <log_format>syslog</log_format>
    <location>/var/log/radius.log</location>
  </localfile>

</template_config>

<template_config os="Linux" profile="%%LOGS_RADIUS_PROFILE%%">

  <localfile>
    <log_format>syslog</log_format>
    <location>/var/log/freeradius/radius.log</location>
  </localfile>

</template_config>