~ubuntu-branches/ubuntu/precise/samba/precise

« back to all changes in this revision

Viewing changes to lib/tdb/manpages/tdbrestore.8.xml

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-21 13:18:04 UTC
  • mfrom: (0.39.21 sid)
  • Revision ID: package-import@ubuntu.com-20111221131804-xtlr39wx6njehxxr
Tags: 2:3.6.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/patches/error-trans.fix-276472:
    - Add the translation of Unix Error code -ENOTSUP to NT Error Code
    - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access.
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/control:
    - Don't build against or suggest ctdb.
    - Add dependency on samba-common-bin to samba.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + Switch to upstart:
    - Add debian/samba.{nmbd,smbd}.upstart.
  + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
    - Make them upstart compatible
  + debian/samba.postinst: 
    - Avoid scary pdbedit warnings on first import.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted
  + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
    as a global variable name in an NSS module 
  + Dropped:
    - debian/patches/error-trans.fix-276472
    - debian/patches/fix-debuglevel-name-conflict.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 
3
<refentry id="tdbrestore.8">
 
4
 
 
5
<refmeta>
 
6
        <refentrytitle>tdbrestore</refentrytitle>
 
7
        <manvolnum>8</manvolnum>
 
8
        <refmiscinfo class="source">Samba</refmiscinfo>
 
9
        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
 
10
        <refmiscinfo class="version">3.6</refmiscinfo>
 
11
</refmeta>
 
12
 
 
13
 
 
14
<refnamediv>
 
15
        <refname>tdbrestore</refname>
 
16
        <refpurpose>tool for creating a TDB file out of a tdbdump output</refpurpose>
 
17
</refnamediv>
 
18
 
 
19
<refsynopsisdiv>
 
20
        <cmdsynopsis>
 
21
                <command>tdbrestore</command>
 
22
                <arg choice="req">tdbfilename</arg>
 
23
        </cmdsynopsis>
 
24
</refsynopsisdiv>
 
25
 
 
26
<refsect1>
 
27
        <title>DESCRIPTION</title>
 
28
 
 
29
        <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
 
30
        <manvolnum>1</manvolnum></citerefentry> suite.</para>
 
31
 
 
32
        <para><command>tdbrestore</command> is a very simple utility that 'restores' the
 
33
                contents of dump file into TDB (Trivial DataBase) file. The dump file is obtained from the tdbdump
 
34
                command.
 
35
        </para>
 
36
 
 
37
        <para>This tool wait on the standard input for the content of the dump and will write the tdb in the tdbfilename
 
38
  parameter.
 
39
        </para>
 
40
        <para>This tool can be used for unpacking the content of tdb as backup mean.
 
41
        </para>
 
42
</refsect1>
 
43
 
 
44
 
 
45
<refsect1>
 
46
        <title>VERSION</title>
 
47
 
 
48
        <para>This man page is correct for version 3 of the Samba suite.</para>
 
49
</refsect1>
 
50
 
 
51
<refsect1>
 
52
        <title>AUTHOR</title>
 
53
 
 
54
        <para>
 
55
        The original Samba software and related utilities were created by Andrew Tridgell.
 
56
        Samba is now developed by the Samba Team as an Open Source project similar to the way
 
57
        the Linux kernel is developed.
 
58
 
 
59
        This tool was initially written by Volker Lendecke based on an
 
60
        idea by Simon McVittie.
 
61
        </para>
 
62
 
 
63
        <para>The tdbrestore man page was written by Matthieu Patou.</para>
 
64
</refsect1>
 
65
 
 
66
</refentry>