~ubuntu-branches/ubuntu/vivid/samba/vivid

« back to all changes in this revision

Viewing changes to docs-xml/manpages-3/ldbrename.1.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="ldbrename.1">
4
 
 
5
 
<refmeta>
6
 
        <refentrytitle>ldbrename</refentrytitle>
7
 
        <manvolnum>1</manvolnum>
8
 
        <refmiscinfo class="source">Samba</refmiscinfo>
9
 
        <refmiscinfo class="manual">User Commands</refmiscinfo>
10
 
        <refmiscinfo class="version">3.5</refmiscinfo>
11
 
</refmeta>
12
 
 
13
 
 
14
 
<refnamediv>
15
 
        <refname>ldbrename</refname>
16
 
        <refpurpose>Edit LDB databases using your favorite editor</refpurpose>
17
 
</refnamediv>
18
 
 
19
 
<refsynopsisdiv>
20
 
        <cmdsynopsis>
21
 
                <command>ldbrename</command>
22
 
                <arg choice="opt">-h</arg>
23
 
                <arg choice="opt">-o options</arg>
24
 
                <arg choice="req">olddn</arg>
25
 
                <arg choice="req">newdb</arg>
26
 
        </cmdsynopsis>
27
 
</refsynopsisdiv>
28
 
 
29
 
<refsect1>
30
 
        <title>DESCRIPTION</title>
31
 
 
32
 
        <para>ldbrename is a utility that allows you to rename trees in 
33
 
                an LDB database based by DN. This utility takes 
34
 
                two arguments: the original 
35
 
                DN name of the top element and the DN to change it to.
36
 
        </para>
37
 
 
38
 
</refsect1>
39
 
 
40
 
 
41
 
<refsect1>
42
 
        <title>OPTIONS</title>
43
 
 
44
 
        <variablelist>
45
 
                <varlistentry>
46
 
                <term>-h</term>
47
 
                <listitem><para>
48
 
                Show list of available options.</para></listitem>
49
 
                </varlistentry>
50
 
 
51
 
                <varlistentry>
52
 
                        <term>-H &lt;ldb-url&gt;</term>
53
 
                        <listitem><para>
54
 
                                LDB URL to connect to. See ldb(7) for details.
55
 
                        </para></listitem>
56
 
                </varlistentry>
57
 
 
58
 
                <varlistentry>
59
 
                        <term>-o options</term>
60
 
                        <listitem><para>Extra ldb options, such as 
61
 
                        modules.</para></listitem>
62
 
                </varlistentry>
63
 
                
64
 
        </variablelist>
65
 
        
66
 
</refsect1>
67
 
 
68
 
<refsect1>
69
 
        <title>ENVIRONMENT</title>
70
 
 
71
 
        <variablelist>
72
 
                <varlistentry><term>LDB_URL</term>
73
 
                        <listitem><para>LDB URL to connect to (can be overrided by using the 
74
 
                                        -H command-line option.)</para></listitem>
75
 
                </varlistentry>
76
 
        </variablelist>
77
 
        
78
 
</refsect1>
79
 
 
80
 
<refsect1>
81
 
        <title>VERSION</title>
82
 
 
83
 
        <para>This man page is correct for version 4.0 of the Samba suite.</para>
84
 
</refsect1>
85
 
 
86
 
<refsect1>
87
 
        <title>SEE ALSO</title>
88
 
 
89
 
        <para>ldb(7), ldbmodify, ldbdel, ldif(5)</para>
90
 
 
91
 
</refsect1>
92
 
 
93
 
<refsect1>
94
 
        <title>AUTHOR</title>
95
 
 
96
 
        <para> ldb was written by 
97
 
                 <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
98
 
        </para>
99
 
 
100
 
        <para>
101
 
If you wish to report a problem or make a suggestion then please see
102
 
the <ulink url="http://ldb.samba.org/"/> web site for
103
 
current contact and maintainer information.
104
 
        </para>
105
 
 
106
 
        <para>This manpage was written by Jelmer Vernooij.</para>
107
 
        
108
 
</refsect1>
109
 
 
110
 
</refentry>