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="ldbmodify.1">
6 <refentrytitle>ldbmodify</refentrytitle>
7 <manvolnum>1</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">User Commands</refmiscinfo>
10 <refmiscinfo class="version">3.2</refmiscinfo>
15 <refname>ldbmodify</refname>
16 <refpurpose>Modify records in a LDB database</refpurpose>
21 <command>ldbmodify</command>
22 <arg choice="opt">-H LDB-URL</arg>
23 <arg choice="opt">ldif-file</arg>
28 <title>DESCRIPTION</title>
31 ldbmodify changes, adds and deletes records in a LDB database.
32 The changes that should be made to the LDB database are read from
33 the specified LDIF-file. If - is specified as the filename, input is read from stdin.
36 <para>For now, see ldapmodify(1) for details on the LDIF file format.</para>
42 <title>OPTIONS</title>
46 <term>-H <ldb-url></term>
48 LDB URL to connect to. See ldb(7) for details.
55 <title>ENVIRONMENT</title>
58 <varlistentry><term>LDB_URL</term>
59 <listitem><para>LDB URL to connect to (can be overrided by using the
60 -H command-line option.)</para></listitem>
67 <title>VERSION</title>
69 <para>This man page is correct for version 4.0 of the Samba suite.</para>
73 <title>SEE ALSO</title>
75 <para>ldb(7), ldbedit</para>
82 <para> ldb was written by
83 <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
87 If you wish to report a problem or make a suggestion then please see
88 the <ulink url="http://ldb.samba.org/"/> web site for
89 current contact and maintainer information.
92 <para>This manpage was written by Jelmer Vernooij.</para>