1LDBRENAME(1) [FIXME: manual] LDBRENAME(1)
2
3
4
6 ldbrename - Edit LDB databases using your favorite editor
7
9 ldbrename [-h] [-o options] {olddn} {newdb}
10
12 ldbrename is a utility that allows you to rename trees in an LDB
13 database based by DN. This utility takes two arguments: the original DN
14 name of the top element and the DN to change it to.
15
17 -h
18 Show list of available options.
19
20 -H <ldb-url>
21 LDB URL to connect to. See ldb(7) for details.
22
23 -o options
24 Extra ldb options, such as modules.
25
27 LDB_URL
28 LDB URL to connect to (can be overrided by using the -H
29 command-line option.)
30
32 This man page is correct for version 4.0 of the Samba suite.
33
35 ldb(7), ldbmodify, ldbdel, ldif(5)
36
38 ldb was written by Andrew Tridgell[1].
39
40 If you wish to report a problem or make a suggestion then please see
41 the http://ldb.samba.org/ web site for current contact and maintainer
42 information.
43
44 This manpage was written by Jelmer Vernooij.
45
47 1. Andrew Tridgell
48 http://samba.org/~tridge/
49
50
51
52[FIXME: source] 01/11/2010 LDBRENAME(1)