• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/man/
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</refmeta>
9
10
11<refnamediv>
12	<refname>ldbdel</refname>
13	<refpurpose>Command-line program for deleting LDB records</refpurpose>
14</refnamediv>
15
16<refsynopsisdiv>
17	<cmdsynopsis>
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>
23	</cmdsynopsis>
24</refsynopsisdiv>
25
26<refsect1>
27	<title>DESCRIPTION</title>
28
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>
32
33	<para>ldbdel uses either the database that is specified with 
34		the -H option or the database specified by the LDB_URL environment
35		variable.</para>
36
37</refsect1>
38
39
40<refsect1>
41	<title>OPTIONS</title>
42
43	<variablelist>
44		<varlistentry>
45		<term>-h</term>
46		<listitem><para>
47		Show list of available options.</para></listitem>
48		</varlistentry>
49
50		<varlistentry>
51			<term>-H &lt;ldb-url&gt;</term>
52			<listitem><para>
53				LDB URL to connect to. See ldb(7) for details.
54			</para></listitem>
55		</varlistentry>
56		
57	</variablelist>
58	
59</refsect1>
60
61<refsect1>
62	<title>ENVIRONMENT</title>
63
64	<variablelist>
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>
68		</varlistentry>
69	</variablelist>
70	
71</refsect1>
72
73<refsect1>
74	<title>VERSION</title>
75
76	<para>This man page is correct for version 4.0 of the Samba suite.</para>
77</refsect1>
78
79<refsect1>
80	<title>SEE ALSO</title>
81
82	<para>ldb(7), ldbmodify, ldbadd, ldif(5)</para>
83
84</refsect1>
85
86<refsect1>
87	<title>AUTHOR</title>
88
89		<para> ldb was written by 
90		 <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
91	</para>
92
93	<para>
94If you wish to report a problem or make a suggestion then please see
95the <ulink url="http://ldb.samba.org/"/> web site for
96current contact and maintainer information.
97	</para>
98
99	<para>ldbdel was written by Andrew Tridgell.</para>
100
101	<para>This manpage was written by Jelmer Vernooij.</para>
102	
103</refsect1>
104
105</refentry>
106