diff options
author | vorlon <vorlon@alioth.debian.org> | 2008-07-20 08:39:10 +0000 |
---|---|---|
committer | vorlon <vorlon@alioth.debian.org> | 2008-07-20 08:39:10 +0000 |
commit | a76d046b2f8155ada2f347f03ef400d760a9a238 (patch) | |
tree | ec6fd098f7e2460565fa5935287aa24d37f915c7 /docs/htmldocs/manpages/ldbdel.1.html | |
parent | 3e5b49a894ab672fdb6a04f3ba21ef0695d06875 (diff) | |
download | samba-a76d046b2f8155ada2f347f03ef400d760a9a238.tar.gz |
merge samba 3.2 experimental branch to unstable
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@2053 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'docs/htmldocs/manpages/ldbdel.1.html')
-rw-r--r-- | docs/htmldocs/manpages/ldbdel.1.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/htmldocs/manpages/ldbdel.1.html b/docs/htmldocs/manpages/ldbdel.1.html new file mode 100644 index 0000000000..23e5872152 --- /dev/null +++ b/docs/htmldocs/manpages/ldbdel.1.html @@ -0,0 +1,15 @@ +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ldbdel</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="ldbdel.1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ldbdel — Command-line program for deleting LDB records</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">ldbdel</code> [-h] [-H LDB-URL] [dn] [...]</p></div></div><div class="refsect1" lang="en"><a name="id2516114"></a><h2>DESCRIPTION</h2><p>ldbdel deletes records from an ldb(7) database. + It deletes the records identified by the dn's specified + on the command-line. </p><p>ldbdel uses either the database that is specified with + the -H option or the database specified by the LDB_URL environment + variable.</p></div><div class="refsect1" lang="en"><a name="id2479165"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">-h</span></dt><dd><p> + Show list of available options.</p></dd><dt><span class="term">-H <ldb-url></span></dt><dd><p> + LDB URL to connect to. See ldb(7) for details. + </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2479196"></a><h2>ENVIRONMENT</h2><div class="variablelist"><dl><dt><span class="term">LDB_URL</span></dt><dd><p>LDB URL to connect to (can be overrided by using the + -H command-line option.)</p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2479218"></a><h2>VERSION</h2><p>This man page is correct for version 4.0 of the Samba suite.</p></div><div class="refsect1" lang="en"><a name="id2479229"></a><h2>SEE ALSO</h2><p>ldb(7), ldbmodify, ldbadd, ldif(5)</p></div><div class="refsect1" lang="en"><a name="id2479238"></a><h2>AUTHOR</h2><p> ldb was written by + <a class="ulink" href="http://samba.org/~tridge/" target="_top">Andrew Tridgell</a>. + </p><p> +If you wish to report a problem or make a suggestion then please see +the <a class="ulink" href="http://ldb.samba.org/" target="_top">http://ldb.samba.org/</a> web site for +current contact and maintainer information. + </p><p>ldbdel was written by Andrew Tridgell.</p><p>This manpage was written by Jelmer Vernooij.</p></div></div></body></html> |