Last change
on this file since 739 was 739, checked in by Silvan Scherrer, 13 years ago |
Samba Server 3.5: update branche to 3.5.19
|
File size:
1.8 KB
|
Line | |
---|
1 | '\" t
|
---|
2 | .\" Title: ldbmodify
|
---|
3 | .\" Author: [see the "AUTHOR" section]
|
---|
4 | .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
---|
5 | .\" Date: 11/01/2012
|
---|
6 | .\" Manual: User Commands
|
---|
7 | .\" Source: Samba 3.5
|
---|
8 | .\" Language: English
|
---|
9 | .\"
|
---|
10 | .TH "LDBMODIFY" "1" "11/01/2012" "Samba 3\&.5" "User Commands"
|
---|
11 | .\" -----------------------------------------------------------------
|
---|
12 | .\" * set default formatting
|
---|
13 | .\" -----------------------------------------------------------------
|
---|
14 | .\" disable hyphenation
|
---|
15 | .nh
|
---|
16 | .\" disable justification (adjust text to left margin only)
|
---|
17 | .ad l
|
---|
18 | .\" -----------------------------------------------------------------
|
---|
19 | .\" * MAIN CONTENT STARTS HERE *
|
---|
20 | .\" -----------------------------------------------------------------
|
---|
21 | .SH "NAME"
|
---|
22 | ldbmodify \- Modify records in a LDB database
|
---|
23 | .SH "SYNOPSIS"
|
---|
24 | .HP \w'\ 'u
|
---|
25 | ldbmodify [\-H\ LDB\-URL] [ldif\-file]
|
---|
26 | .SH "DESCRIPTION"
|
---|
27 | .PP
|
---|
28 | 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\&.
|
---|
29 | .PP
|
---|
30 | For now, see ldapmodify(1) for details on the LDIF file format\&.
|
---|
31 | .SH "OPTIONS"
|
---|
32 | .PP
|
---|
33 | \-H <ldb\-url>
|
---|
34 | .RS 4
|
---|
35 | LDB URL to connect to\&. See ldb(7) for details\&.
|
---|
36 | .RE
|
---|
37 | .SH "ENVIRONMENT"
|
---|
38 | .PP
|
---|
39 | LDB_URL
|
---|
40 | .RS 4
|
---|
41 | LDB URL to connect to (can be overrided by using the \-H command\-line option\&.)
|
---|
42 | .RE
|
---|
43 | .SH "VERSION"
|
---|
44 | .PP
|
---|
45 | This man page is correct for version 4\&.0 of the Samba suite\&.
|
---|
46 | .SH "SEE ALSO"
|
---|
47 | .PP
|
---|
48 | ldb(7), ldbedit
|
---|
49 | .SH "AUTHOR"
|
---|
50 | .PP
|
---|
51 | ldb was written by
|
---|
52 | Andrew Tridgell\&.
|
---|
53 | .PP
|
---|
54 | If you wish to report a problem or make a suggestion then please see the
|
---|
55 | : http://ldb.samba.org/
|
---|
56 | web site for current contact and maintainer information\&.
|
---|
57 | .PP
|
---|
58 | This manpage was written by Jelmer Vernooij\&.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.