1LDBADD(1) System Administration tools LDBADD(1)
2
3
4
6 ldbadd - Command-line utility for adding records to an LDB
7
9 ldbadd [-h] [-H LDB-URL] [ldif-file1] [ldif-file2] [...]
10
12 ldbadd adds records to an ldb(3) database. It reads the ldif(5) files
13 specified on the command line and adds the records from these files to
14 the LDB database, which is specified by the -H option or the LDB_URL
15 environment variable.
16
17 If - is specified as a ldb file, the ldif input is read from standard
18 input.
19
21 -h
22 Show list of available options.
23
24 -H <ldb-url>
25 LDB URL to connect to. See ldb(3) for details.
26
28 LDB_URL
29 LDB URL to connect to (can be overridden by using the -H
30 command-line option.)
31
33 This man page is correct for version 1.1 of LDB.
34
36 ldb(3), ldbmodify, ldbdel, ldif(5)
37
39 ldb was written by Andrew Tridgell[1].
40
41 If you wish to report a problem or make a suggestion then please see
42 the http://ldb.samba.org/ web site for current contact and maintainer
43 information.
44
45 This manpage was written by Jelmer Vernooij.
46
48 1. Andrew Tridgell
49 https://www.samba.org/~tridge/
50
51
52
53LDB 1.1 08/08/2022 LDBADD(1)