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