source: branches/samba-3.3.x/docs-xml/manpages-3/ldbmodify.1.xml@ 715

Last change on this file since 715 was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

File size: 2.2 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 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">User Commands</refmiscinfo>
10 <refmiscinfo class="version">3.3</refmiscinfo>
11</refmeta>
12
13
14<refnamediv>
15 <refname>ldbmodify</refname>
16 <refpurpose>Modify records in a LDB database</refpurpose>
17</refnamediv>
18
19<refsynopsisdiv>
20 <cmdsynopsis>
21 <command>ldbmodify</command>
22 <arg choice="opt">-H LDB-URL</arg>
23 <arg choice="opt">ldif-file</arg>
24 </cmdsynopsis>
25</refsynopsisdiv>
26
27<refsect1>
28 <title>DESCRIPTION</title>
29
30 <para>
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.
34 </para>
35
36 <para>For now, see ldapmodify(1) for details on the LDIF file format.</para>
37
38</refsect1>
39
40
41<refsect1>
42 <title>OPTIONS</title>
43
44 <variablelist>
45 <varlistentry>
46 <term>-H &lt;ldb-url&gt;</term>
47 <listitem><para>
48 LDB URL to connect to. See ldb(7) for details.
49 </para></listitem>
50 </varlistentry>
51 </variablelist>
52</refsect1>
53
54<refsect1>
55 <title>ENVIRONMENT</title>
56
57 <variablelist>
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>
61 </varlistentry>
62 </variablelist>
63
64</refsect1>
65
66<refsect1>
67 <title>VERSION</title>
68
69 <para>This man page is correct for version 4.0 of the Samba suite.</para>
70</refsect1>
71
72<refsect1>
73 <title>SEE ALSO</title>
74
75 <para>ldb(7), ldbedit</para>
76
77</refsect1>
78
79<refsect1>
80 <title>AUTHOR</title>
81
82 <para> ldb was written by
83 <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
84 </para>
85
86 <para>
87If you wish to report a problem or make a suggestion then please see
88the <ulink url="http://ldb.samba.org/"/> web site for
89current contact and maintainer information.
90 </para>
91
92 <para>This manpage was written by Jelmer Vernooij.</para>
93
94</refsect1>
95
96</refentry>
Note: See TracBrowser for help on using the repository browser.