diff options
author | vorlon <vorlon@alioth.debian.org> | 2008-06-17 19:03:14 +0000 |
---|---|---|
committer | vorlon <vorlon@alioth.debian.org> | 2008-06-17 19:03:14 +0000 |
commit | 1297d18dfa95cb207e623da04b16c87779ed9816 (patch) | |
tree | 4faa77d989ed0f818c51580b094ff318b330622d /docs/htmldocs/manpages/ldbadd.1.html | |
parent | 2ac58e850b0da750bee42680e8a84cd44b8992b1 (diff) | |
download | samba-1297d18dfa95cb207e623da04b16c87779ed9816.tar.gz |
merge 3.0.30 into the debian branch... three releases late(!)
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@1974 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'docs/htmldocs/manpages/ldbadd.1.html')
-rw-r--r-- | docs/htmldocs/manpages/ldbadd.1.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/htmldocs/manpages/ldbadd.1.html b/docs/htmldocs/manpages/ldbadd.1.html deleted file mode 100644 index 94e91c1910..0000000000 --- a/docs/htmldocs/manpages/ldbadd.1.html +++ /dev/null @@ -1,16 +0,0 @@ -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ldbadd</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="ldbadd.1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ldbadd — Command-line utility for adding records to an LDB</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">ldbadd</code> [-h] [-H LDB-URL] [ldif-file1] [ldif-file2] [...]</p></div></div><div class="refsect1" lang="en"><a name="id283767"></a><h2>DESCRIPTION</h2><p>ldbadd adds records to an ldb(7) database. It reads - the ldif(5) files specified on the command line and adds - the records from these files to the LDB database, which is specified - by the -H option or the LDB_URL environment variable. - </p><p>If - is specified as a ldb file, the ldif input is read from - standard input.</p></div><div class="refsect1" lang="en"><a name="id282740"></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="id282772"></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="id282792"></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="id283358"></a><h2>SEE ALSO</h2><p>ldb(7), ldbmodify, ldbdel, ldif(5)</p></div><div class="refsect1" lang="en"><a name="id283368"></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>This manpage was written by Jelmer Vernooij.</p></div></div></body></html> |