Last change
on this file since 216 was 205, checked in by Herwig Bauernfeind, 16 years ago |
Update 3.2 branch to 3.2.5
|
File size:
1.4 KB
|
Line | |
---|
1 | .\" Title: ldbmodify
|
---|
2 | .\" Author:
|
---|
3 | .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
|
---|
4 | .\" Date: 11/20/2008
|
---|
5 | .\" Manual: User Commands
|
---|
6 | .\" Source: Samba 3.2
|
---|
7 | .\"
|
---|
8 | .TH "LDBMODIFY" "1" "11/20/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"
|
---|
14 | ldbmodify - Modify records in a LDB database
|
---|
15 | .SH "SYNOPSIS"
|
---|
16 | .HP 1
|
---|
17 | ldbmodify [\-H\ LDB\-URL] [ldif\-file]
|
---|
18 | .SH "DESCRIPTION"
|
---|
19 | .PP
|
---|
20 | ldbmodify changes, adds and deletes records in a LDB database\. The changes that should be made to the LDB database are read from the specified LDIF\-file\. If \- is specified as the filename, input is read from stdin\.
|
---|
21 | .PP
|
---|
22 | For now, see ldapmodify(1) for details on the LDIF file format\.
|
---|
23 | .SH "OPTIONS"
|
---|
24 | .PP
|
---|
25 | \-H <ldb\-url>
|
---|
26 | .RS 4
|
---|
27 | LDB URL to connect to\. See ldb(7) for details\.
|
---|
28 | .RE
|
---|
29 | .SH "ENVIRONMENT"
|
---|
30 | .PP
|
---|
31 | LDB_URL
|
---|
32 | .RS 4
|
---|
33 | LDB URL to connect to (can be overrided by using the \-H command\-line option\.)
|
---|
34 | .RE
|
---|
35 | .SH "VERSION"
|
---|
36 | .PP
|
---|
37 | This man page is correct for version 4\.0 of the Samba suite\.
|
---|
38 | .SH "SEE ALSO"
|
---|
39 | .PP
|
---|
40 | ldb(7), ldbedit
|
---|
41 | .SH "AUTHOR"
|
---|
42 | .PP
|
---|
43 | ldb was written by
|
---|
44 | Andrew Tridgell\.
|
---|
45 | .PP
|
---|
46 | If you wish to report a problem or make a suggestion then please see the
|
---|
47 | : http://ldb.samba.org/
|
---|
48 | web site for current contact and maintainer information\.
|
---|
49 | .PP
|
---|
50 | This manpage was written by Jelmer Vernooij\.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.