~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to source4/lib/ldb/man/ldbmodify.1.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>
 
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>
 
88
 
 
89
        <para>This manpage was written by Jelmer Vernooij.</para>
 
90
        
 
91
</refsect1>
 
92
 
 
93
</refentry>