source: branches/samba-3.3.x/source/lib/ldb/man/ldbmodify.1.xml

Last change on this file was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

File size: 2.0 KB
Line 
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">
4
5<refmeta>
6 <refentrytitle>ldbmodify</refentrytitle>
7 <manvolnum>1</manvolnum>
8</refmeta>
9
10
11<refnamediv>
12 <refname>ldbmodify</refname>
13 <refpurpose>Modify records in a LDB database</refpurpose>
14</refnamediv>
15
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>
23
24<refsect1>
25 <title>DESCRIPTION</title>
26
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>
32
33 <para>For now, see ldapmodify(1) for details on the LDIF file format.</para>
34
35</refsect1>
36
37
38<refsect1>
39 <title>OPTIONS</title>
40
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>
50
51<refsect1>
52 <title>ENVIRONMENT</title>
53
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>
62
63<refsect1>
64 <title>VERSION</title>
65
66 <para>This man page is correct for version 4.0 of the Samba suite.</para>
67</refsect1>
68
69<refsect1>
70 <title>SEE ALSO</title>
71
72 <para>ldb(7), ldbedit</para>
73
74</refsect1>
75
76<refsect1>
77 <title>AUTHOR</title>
78
79 <para> ldb was written by
80 <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
81 </para>
82
83 <para>
84If you wish to report a problem or make a suggestion then please see
85the <ulink url="http://ldb.samba.org/"/> web site for
86current contact and maintainer information.
87 </para>
88
89 <para>This manpage was written by Jelmer Vernooij.</para>
90
91</refsect1>
92
93</refentry>
Note: See TracBrowser for help on using the repository browser.