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="ldbdel.1">
|
---|
4 |
|
---|
5 | <refmeta>
|
---|
6 | <refentrytitle>ldbdel</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>ldbdel</refname>
|
---|
16 | <refpurpose>Command-line program for deleting LDB records</refpurpose>
|
---|
17 | </refnamediv>
|
---|
18 |
|
---|
19 | <refsynopsisdiv>
|
---|
20 | <cmdsynopsis>
|
---|
21 | <command>ldbdel</command>
|
---|
22 | <arg choice="opt">-h</arg>
|
---|
23 | <arg choice="opt">-H LDB-URL</arg>
|
---|
24 | <arg choice="opt">dn</arg>
|
---|
25 | <arg choice="opt">...</arg>
|
---|
26 | </cmdsynopsis>
|
---|
27 | </refsynopsisdiv>
|
---|
28 |
|
---|
29 | <refsect1>
|
---|
30 | <title>DESCRIPTION</title>
|
---|
31 |
|
---|
32 | <para>ldbdel deletes records from an ldb(7) database.
|
---|
33 | It deletes the records identified by the dn's specified
|
---|
34 | on the command-line. </para>
|
---|
35 |
|
---|
36 | <para>ldbdel uses either the database that is specified with
|
---|
37 | the -H option or the database specified by the LDB_URL environment
|
---|
38 | variable.</para>
|
---|
39 |
|
---|
40 | </refsect1>
|
---|
41 |
|
---|
42 |
|
---|
43 | <refsect1>
|
---|
44 | <title>OPTIONS</title>
|
---|
45 |
|
---|
46 | <variablelist>
|
---|
47 | <varlistentry>
|
---|
48 | <term>-h</term>
|
---|
49 | <listitem><para>
|
---|
50 | Show list of available options.</para></listitem>
|
---|
51 | </varlistentry>
|
---|
52 |
|
---|
53 | <varlistentry>
|
---|
54 | <term>-H <ldb-url></term>
|
---|
55 | <listitem><para>
|
---|
56 | LDB URL to connect to. See ldb(7) for details.
|
---|
57 | </para></listitem>
|
---|
58 | </varlistentry>
|
---|
59 |
|
---|
60 | </variablelist>
|
---|
61 |
|
---|
62 | </refsect1>
|
---|
63 |
|
---|
64 | <refsect1>
|
---|
65 | <title>ENVIRONMENT</title>
|
---|
66 |
|
---|
67 | <variablelist>
|
---|
68 | <varlistentry><term>LDB_URL</term>
|
---|
69 | <listitem><para>LDB URL to connect to (can be overrided by using the
|
---|
70 | -H command-line option.)</para></listitem>
|
---|
71 | </varlistentry>
|
---|
72 | </variablelist>
|
---|
73 |
|
---|
74 | </refsect1>
|
---|
75 |
|
---|
76 | <refsect1>
|
---|
77 | <title>VERSION</title>
|
---|
78 |
|
---|
79 | <para>This man page is correct for version 4.0 of the Samba suite.</para>
|
---|
80 | </refsect1>
|
---|
81 |
|
---|
82 | <refsect1>
|
---|
83 | <title>SEE ALSO</title>
|
---|
84 |
|
---|
85 | <para>ldb(7), ldbmodify, ldbadd, ldif(5)</para>
|
---|
86 |
|
---|
87 | </refsect1>
|
---|
88 |
|
---|
89 | <refsect1>
|
---|
90 | <title>AUTHOR</title>
|
---|
91 |
|
---|
92 | <para> ldb was written by
|
---|
93 | <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
|
---|
94 | </para>
|
---|
95 |
|
---|
96 | <para>
|
---|
97 | If you wish to report a problem or make a suggestion then please see
|
---|
98 | the <ulink url="http://ldb.samba.org/"/> web site for
|
---|
99 | current contact and maintainer information.
|
---|
100 | </para>
|
---|
101 |
|
---|
102 | <para>ldbdel was written by Andrew Tridgell.</para>
|
---|
103 |
|
---|
104 | <para>This manpage was written by Jelmer Vernooij.</para>
|
---|
105 |
|
---|
106 | </refsect1>
|
---|
107 |
|
---|
108 | </refentry>
|
---|