1LDBMODIFY(1) User Commands LDBMODIFY(1)
2
3
4
6 ldbmodify - Modify records in a LDB database
7
9 ldbmodify [-H LDB-URL] [ldif-file]
10
12 ldbmodify changes, adds and deletes records in a LDB database. The
13 changes that should be made to the LDB database are read from the
14 specified LDIF-file. If - is specified as the filename, input is read
15 from stdin.
16
17 For now, see ldapmodify(1) for details on the LDIF file format.
18
20 -H <ldb-url>
21 LDB URL to connect to. See ldb(7) for details.
22
24 LDB_URL
25 LDB URL to connect to (can be overrided by using the -H
26 command-line option.)
27
29 This man page is correct for version 4.0 of the Samba suite.
30
32 ldb(7), ldbedit
33
35 ldb was written by Andrew Tridgell.
36
37 If you wish to report a problem or make a suggestion then please see
38 the : http://ldb.samba.org/ web site for current contact and maintainer
39 information.
40
41 This manpage was written by Jelmer Vernooij.
42
43
44
45Samba 3.5 08/02/2011 LDBMODIFY(1)