source: branches/samba-3.2.x/docs/manpages/ldbadd.1@ 198

Last change on this file since 198 was 149, checked in by Paul Smedley, 17 years ago

Update trunk to v3.2.2

File size: 1.5 KB
Line 
1.\" Title: ldbadd
2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
4.\" Date: 08/18/2008
5.\" Manual: User Commands
6.\" Source: Samba 3.2
7.\"
8.TH "LDBADD" "1" "08/18/2008" "Samba 3\.2" "User Commands"
9.\" disable hyphenation
10.nh
11.\" disable justification (adjust text to left margin only)
12.ad l
13.SH "NAME"
14ldbadd - Command-line utility for adding records to an LDB
15.SH "SYNOPSIS"
16.HP 1
17ldbadd [\-h] [\-H\ LDB\-URL] [ldif\-file1] [ldif\-file2] [\.\.\.]
18.SH "DESCRIPTION"
19.PP
20ldbadd 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\.
21.PP
22If \- is specified as a ldb file, the ldif input is read from standard input\.
23.SH "OPTIONS"
24.PP
25\-h
26.RS 4
27Show list of available options\.
28.RE
29.PP
30\-H <ldb\-url>
31.RS 4
32LDB URL to connect to\. See ldb(7) for details\.
33.RE
34.SH "ENVIRONMENT"
35.PP
36LDB_URL
37.RS 4
38LDB URL to connect to (can be overrided by using the \-H command\-line option\.)
39.RE
40.SH "VERSION"
41.PP
42This man page is correct for version 4\.0 of the Samba suite\.
43.SH "SEE ALSO"
44.PP
45ldb(7), ldbmodify, ldbdel, ldif(5)
46.SH "AUTHOR"
47.PP
48ldb was written by
49Andrew Tridgell\.
50.PP
51If you wish to report a problem or make a suggestion then please see the
52: http://ldb.samba.org/
53web site for current contact and maintainer information\.
54.PP
55This manpage was written by Jelmer Vernooij\.
Note: See TracBrowser for help on using the repository browser.