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="ldbedit.1">
6 <refentrytitle>ldbedit</refentrytitle>
7 <manvolnum>1</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10 <refmiscinfo class="version">4.0</refmiscinfo>
15 <refname>ldbedit</refname>
16 <refpurpose>Edit LDB databases using your preferred editor</refpurpose>
21 <command>ldbedit</command>
22 <arg choice="opt">-?</arg>
23 <arg choice="opt">--usage</arg>
24 <arg choice="opt">-s base|one|sub</arg>
25 <arg choice="opt">-b basedn</arg>
26 <arg choice="opt">-a</arg>
27 <arg choice="opt">-e editor</arg>
28 <arg choice="opt">-H LDB-URL</arg>
29 <arg choice="opt">expression</arg>
30 <arg rep="repeat" choice="opt">attributes</arg>
35 <title>DESCRIPTION</title>
37 <para>ldbedit is a utility that allows you to edit LDB entries (in
38 tdb files, sqlite files or LDAP servers) using your preferred editor.
39 ldbedit generates an LDIF file based on your query, allows you to edit
40 the LDIF, and then merges that LDIF back into the LDB backend.
47 <title>OPTIONS</title>
55 Show list of available options, and a phrase describing what that option
65 Show list of available options. This is similar to the help option,
66 however it does not provide any description, and is hence shorter.
72 <term>-H <ldb-url></term>
75 LDB URL to connect to. For a tdb database,
76 this will be of the form
77 tdb://<replaceable>filename</replaceable>.
78 For a LDAP connection over unix domain
79 sockets, this will be of the form
80 ldapi://<replaceable>socket</replaceable>. For
81 a (potentially remote) LDAP connection over
82 TCP, this will be of the form
83 ldap://<replaceable>hostname</replaceable>. For
84 an SQLite database, this will be of the form
85 sqlite://<replaceable>filename</replaceable>.
91 <term>-s one|sub|base</term>
92 <listitem><para>Search scope to use. One-level, subtree or base.</para></listitem>
99 <para>Edit all records. This allows you to
100 apply the same change to a number of records
101 at once. You probably want to combine this
102 with an expression of the form
109 <term>-e editor</term>
110 <term>--editor editor</term>
112 <para>Specify the editor that should be used (overrides
113 the VISUAL and EDITOR environment
114 variables). If this option is not used, and
115 neither VISUAL nor EDITOR environment variables
116 are set, then the vi editor will be used.
122 <term>-b basedn</term>
123 <listitem><para>Specify Base Distinguished Name to use.</para></listitem>
128 <term>--verbose</term>
130 <para>Make ldbedit more verbose about the
131 operations that are being performed. Without
132 this option, ldbedit will only provide a
143 <title>ENVIRONMENT</title>
149 <para>LDB URL to connect to. This can be
150 overridden by using the -H command-line option.)
155 <term>VISUAL and EDITOR</term>
158 Environment variables used to determine what
159 editor to use. VISUAL takes precedence over
160 EDITOR, and both are overridden by the
161 -e command-line option.
170 <title>VERSION</title>
172 <para>This man page is correct for version 4.0 of the Samba suite.</para>
176 <title>SEE ALSO</title>
178 <para>ldb(3), ldbmodify(1), ldbdel(1), ldif(5), vi(1)</para>
183 <title>AUTHOR</title>
187 <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
191 If you wish to report a problem or make a suggestion then please see
192 the <ulink url="http://ldb.samba.org/"/> web site for
193 current contact and maintainer information.
197 This manpage was written by Jelmer Vernooij and updated