1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/docs-xml/smbdotconf/protocol/eventloglist.xml
Björn Baumbach 5608995bd2 s3-docs: change eventlog path from lockdir to statedir
See elog_tdbname() in source3/lib/eventlog/eventlog.c.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-05-18 10:56:12 +02:00

23 lines
833 B
XML

<samba:parameter name="eventlog list"
type="string"
context="G"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option defines a list of log names that Samba will
report to the Microsoft EventViewer utility. The listed
eventlogs will be associated with tdb file on disk in the
<filename>$(statedir)/eventlog</filename>.
</para>
<para>
The administrator must use an external process to parse the normal
Unix logs such as <filename>/var/log/messages</filename>
and write then entries to the eventlog tdb files. Refer to the
eventlogadm(8) utility for how to write eventlog entries.
</para>
</description>
<value type="default"/>
<value type="example">Security Application Syslog Apache</value>
</samba:parameter>