From 1e4514a1edfdd1dde65a7567a7d7328de40e3493 Mon Sep 17 00:00:00 2001
From: bubulle
Date: Mon, 6 Jul 2009 18:17:09 +0000
Subject: merge upstream 3.4.0
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@2936 fc4039ab-9d04-0410-8cac-899223bdd6b0
---
docs/htmldocs/manpages/eventlogadm.8.html | 23 +-
docs/htmldocs/manpages/idmap_hash.8.html | 12 +-
docs/htmldocs/manpages/idmap_rid.8.html | 39 +-
docs/htmldocs/manpages/ldbdel.1.html | 6 +-
docs/htmldocs/manpages/net.8.html | 225 +--
docs/htmldocs/manpages/nmbd.8.html | 10 +-
docs/htmldocs/manpages/samba.7.html | 14 +-
docs/htmldocs/manpages/sharesec.1.html | 4 +-
docs/htmldocs/manpages/smb.conf.5.html | 1619 ++++++++++----------
docs/htmldocs/manpages/smbcacls.1.html | 2 +-
docs/htmldocs/manpages/smbcquotas.1.html | 4 +-
docs/htmldocs/manpages/smbd.8.html | 20 +-
docs/htmldocs/manpages/smbget.1.html | 12 +-
docs/htmldocs/manpages/smbtar.1.html | 12 +-
docs/htmldocs/manpages/swat.8.html | 6 +-
.../manpages/vfs_smb_traffic_analyzer.8.html | 10 +-
docs/htmldocs/manpages/wbinfo.1.html | 61 +-
17 files changed, 1107 insertions(+), 972 deletions(-)
(limited to 'docs/htmldocs/manpages')
diff --git a/docs/htmldocs/manpages/eventlogadm.8.html b/docs/htmldocs/manpages/eventlogadm.8.html
index 66d3097908..8d677f4055 100644
--- a/docs/htmldocs/manpages/eventlogadm.8.html
+++ b/docs/htmldocs/manpages/eventlogadm.8.html
@@ -6,10 +6,14 @@
eventlogadm
[-d
] [-h
] -o
write
EVENTLOG
-
DESCRIPTION
This tool is part of the samba(1) suite.
eventlogadm
is a filter that accepts
+
eventlogadm
[-d
] [-h
] -o
+ dump
+ EVENTLOG
+ RECORD_NUMBER
+
DESCRIPTION
This tool is part of the samba(1) suite.
eventlogadm
is a filter that accepts
formatted event log records on standard input and writes them
to the Samba event log store. Windows client can then manipulate
- these record using the usual administration tools.
OPTIONS
-d
+ these record using the usual administration tools.
OPTIONS
-d
The -d
option causes eventlogadm
to emit debugging
information.
-
@@ -29,9 +33,18 @@
The
-o write
reads event log
records from standard input and writes them to the Samba
event log store named by EVENTLOG.
+ -
+
-o
+ write
+ EVENTLOG
+ RECORD_NUMBER
+
+ The -o dump
reads event log
+ records from a EVENTLOG tdb and dumps them to standard
+ output on screen.
-h
Print usage information.
-
EVENTLOG RECORD FORMAT
For the write operation, eventlogadm
+
EVENTLOG RECORD FORMAT
For the write operation, eventlogadm
expects to be able to read structured records from standard
input. These records are a sequence of lines, with the record key
and data separated by a colon character. Records are separated
@@ -80,7 +93,7 @@
eventlog. There may be more than one string in a record.
DAT
- This field should be left unset.
-
EXAMPLES
An example of the record format accepted by eventlogadm
:
+
EXAMPLES
An example of the record format accepted by eventlogadm
:
LEN: 0
RS1: 1699505740
RCN: 0
@@ -103,7 +116,7 @@
tail -f /var/log/messages | \\
my_program_to_parse_into_eventlog_records | \\
eventlogadm SystemLogEvents
-
VERSION
This man page is correct for version 3.0.25 of the Samba suite.
AUTHOR
The original Samba software and related utilities were
+
VERSION
This man page is correct for version 3.0.25 of the Samba suite.
AUTHOR
The original Samba software and related utilities were
created by Andrew Tridgell. Samba is now developed by the
Samba Team as an Open Source project similar to the way the
Linux kernel is developed.