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="ldbdel.1">
6 <refentrytitle>ldbdel</refentrytitle>
7 <manvolnum>1</manvolnum>
12 <refname>ldbdel</refname>
13 <refpurpose>Command-line program for deleting LDB records</refpurpose>
18 <command>ldbdel</command>
19 <arg choice="opt">-h</arg>
20 <arg choice="opt">-H LDB-URL</arg>
21 <arg choice="opt">dn</arg>
22 <arg choice="opt">...</arg>
27 <title>DESCRIPTION</title>
29 <para>ldbdel deletes records from an ldb(7) database.
30 It deletes the records identified by the dn's specified
31 on the command-line. </para>
33 <para>ldbdel uses either the database that is specified with
34 the -H option or the database specified by the LDB_URL environment
41 <title>OPTIONS</title>
47 Show list of available options.</para></listitem>
51 <term>-H <ldb-url></term>
53 LDB URL to connect to. See ldb(7) for details.
62 <title>ENVIRONMENT</title>
65 <varlistentry><term>LDB_URL</term>
66 <listitem><para>LDB URL to connect to (can be overrided by using the
67 -H command-line option.)</para></listitem>
74 <title>VERSION</title>
76 <para>This man page is correct for version 4.0 of the Samba suite.</para>
80 <title>SEE ALSO</title>
82 <para>ldb(7), ldbmodify, ldbadd, ldif(5)</para>
91 <para>ldbdel was written by Andrew Tridgell.</para>
93 <para>This manpage was written by Jelmer Vernooij.</para>