• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/ldb/man/
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</refmeta>
9
10
11<refnamediv>
12	<refname>ldbrename</refname>
13	<refpurpose>Edit LDB databases using your favorite editor</refpurpose>
14</refnamediv>
15
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>
25
26<refsect1>
27	<title>DESCRIPTION</title>
28
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>
34
35</refsect1>
36
37
38<refsect1>
39	<title>OPTIONS</title>
40
41	<variablelist>
42		<varlistentry>
43		<term>-h</term>
44		<listitem><para>
45		Show list of available options.</para></listitem>
46		</varlistentry>
47
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>
54
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>
64
65<refsect1>
66	<title>ENVIRONMENT</title>
67
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>
76
77<refsect1>
78	<title>VERSION</title>
79
80	<para>This man page is correct for version 4.0 of the Samba suite.</para>
81</refsect1>
82
83<refsect1>
84	<title>SEE ALSO</title>
85
86	<para>ldb(7), ldbmodify, ldbdel, ldif(5)</para>
87
88</refsect1>
89
90<refsect1>
91	<title>AUTHOR</title>
92
93	<para> ldb was written by 
94		 <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
95	</para>
96
97	<para>
98If you wish to report a problem or make a suggestion then please see
99the <ulink url="http://ldb.samba.org/"/> web site for
100current contact and maintainer information.
101	</para>
102
103	<para>This manpage was written by Jelmer Vernooij.</para>
104	
105</refsect1>
106
107</refentry>
108