Move existing samba4 documentation to Samba-docs trunk
[Samba.git] / docs / manpages-4 / ldbadd.1.xml
blob0b3122ab327df3071460e8f957237ca09090ddac
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="ldbadd.1">
5 <refmeta>
6         <refentrytitle>ldbadd</refentrytitle>
7         <manvolnum>1</manvolnum>
8 </refmeta>
11 <refnamediv>
12         <refname>ldbadd</refname>
13         <refpurpose>Command-line utility for adding records to an LDB</refpurpose>
14 </refnamediv>
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>ldbadd</command>
19                 <arg choice="opt">-h</arg>
20                 <arg choice="opt">-H LDB-URL</arg>
21                 <arg choice="opt">ldif-file1</arg>
22                 <arg choice="opt">ldif-file2</arg>
23                 <arg choice="opt">...</arg>
24         </cmdsynopsis>
25 </refsynopsisdiv>
27 <refsect1>
28         <title>DESCRIPTION</title>
30         <para>ldbadd adds records to an ldb(7) database. It reads 
31                 the ldif(5) files specified on the command line and adds 
32                 the records from these files to the LDB database, which is specified 
33                 by the -H option or the LDB_URL environment variable.
34         </para>
36         <para>If - is specified as a ldb file, the ldif input is read from 
37                 standard input.</para>
39 </refsect1>
42 <refsect1>
43         <title>OPTIONS</title>
45         <variablelist>
46                 <varlistentry>
47                 <term>-h</term>
48                 <listitem><para>
49                 Show list of available options.</para></listitem>
50                 </varlistentry>
52                 <varlistentry>
53                         <term>-H &lt;ldb-url&gt;</term>
54                         <listitem><para>
55                                 LDB URL to connect to. See ldb(7) for details.
56                         </para></listitem>
57                 </varlistentry>
58                 
59         </variablelist>
60         
61 </refsect1>
63 <refsect1>
64         <title>ENVIRONMENT</title>
66         <variablelist>
67                 <varlistentry><term>LDB_URL</term>
68                         <listitem><para>LDB URL to connect to (can be overrided by using the 
69                                         -H command-line option.)</para></listitem>
70                 </varlistentry>
71         </variablelist>
72         
73 </refsect1>
75 <refsect1>
76         <title>VERSION</title>
78         <para>This man page is correct for version 4.0 of the Samba suite.</para>
79 </refsect1>
81 <refsect1>
82         <title>SEE ALSO</title>
84         <para>ldb(7), ldbmodify, ldbdel, ldif(5)</para>
86 </refsect1>
88 <refsect1>
89         <title>AUTHOR</title>
91         &man.credits.samba;
93         <para>ldbadd was written by Andrew Tridgell.</para>
95         <para>This manpage was written by Jelmer Vernooij.</para>
96         
97 </refsect1>
99 </refentry>