Last change
on this file was 773, checked in by Herwig Bauernfeind, 12 years ago |
Samba Server 3.5: Update branch to 3.5.20
|
File size:
1.8 KB
|
Rev | Line | |
---|
[596] | 1 | '\" t
|
---|
[429] | 2 | .\" Title: ldbmodify
|
---|
| 3 | .\" Author: [see the "AUTHOR" section]
|
---|
[596] | 4 | .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
---|
[773] | 5 | .\" Date: 12/14/2012
|
---|
[429] | 6 | .\" Manual: User Commands
|
---|
| 7 | .\" Source: Samba 3.5
|
---|
| 8 | .\" Language: English
|
---|
| 9 | .\"
|
---|
[773] | 10 | .TH "LDBMODIFY" "1" "12/14/2012" "Samba 3\&.5" "User Commands"
|
---|
[429] | 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 | .\" -----------------------------------------------------------------
|
---|
[596] | 21 | .SH "NAME"
|
---|
[429] | 22 | ldbmodify \- Modify records in a LDB database
|
---|
[596] | 23 | .SH "SYNOPSIS"
|
---|
[429] | 24 | .HP \w'\ 'u
|
---|
[596] | 25 | ldbmodify [\-H\ LDB\-URL] [ldif\-file]
|
---|
[429] | 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.