r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opcode on the
[Samba.git] / source / lib / ldb / man / ldbmodify.1.xml
blobbc1964778574049d53186b030d3c622ce23f6638
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">
5 <refmeta>
6         <refentrytitle>ldbmodify</refentrytitle>
7         <manvolnum>1</manvolnum>
8 </refmeta>
11 <refnamediv>
12         <refname>ldbmodify</refname>
13         <refpurpose>Modify records in a LDB database</refpurpose>
14 </refnamediv>
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>ldbmodify</command>
19                 <arg choice="opt">-H LDB-URL</arg>
20                 <arg choice="opt">ldif-file</arg>
21         </cmdsynopsis>
22 </refsynopsisdiv>
24 <refsect1>
25         <title>DESCRIPTION</title>
27         <para>
28                 ldbmodify changes, adds and deletes records in a LDB database. 
29                 The changes that should be made to the LDB database are read from 
30                 the specified LDIF-file. If - is specified as the filename, input is read from stdin.
31         </para>
33         <para>For now, see ldapmodify(1) for details on the LDIF file format.</para>
35 </refsect1>
38 <refsect1>
39         <title>OPTIONS</title>
41         <variablelist>
42                 <varlistentry>
43                         <term>-H &lt;ldb-url&gt;</term>
44                         <listitem><para>
45                                 LDB URL to connect to. See ldb(7) for details.
46                         </para></listitem>
47                 </varlistentry>
48         </variablelist>
49 </refsect1>
51 <refsect1>
52         <title>ENVIRONMENT</title>
54         <variablelist>
55                 <varlistentry><term>LDB_URL</term>
56                         <listitem><para>LDB URL to connect to (can be overrided by using the 
57                                         -H command-line option.)</para></listitem>
58                 </varlistentry>
59         </variablelist>
60         
61 </refsect1>
63 <refsect1>
64         <title>VERSION</title>
66         <para>This man page is correct for version 4.0 of the Samba suite.</para>
67 </refsect1>
69 <refsect1>
70         <title>SEE ALSO</title>
72         <para>ldb(7), ldbedit</para>
74 </refsect1>
76 <refsect1>
77         <title>AUTHOR</title>
79         <para> ldb was written by 
80                  <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
81         </para>
83         <para>
84 If you wish to report a problem or make a suggestion then please see
85 the <ulink url="http://ldb.samba.org/"/> web site for
86 current contact and maintainer information.
87         </para>
89         <para>This manpage was written by Jelmer Vernooij.</para>
90         
91 </refsect1>
93 </refentry>