1OLSCHEMA2LDIF(1) System Administration tools OLSCHEMA2LDIF(1)
2
3
4
6 oLschema2ldif - Converts LDAP schema's to LDB-compatible LDIF
7
9 oLschema2ldif [-I INPUT-FILE] [-O OUTPUT-FILE]
10
12 oLschema2ldif is a simple tool that converts standard OpenLDAP schema
13 files to a LDIF format that is understood by LDB.
14
16 -I input-file
17 OpenLDAP schema to read. If none are specified, the schema file
18 will be read from standard input.
19
20 -O output-file
21 File to write ldif version of schema to.
22
24 This man page is correct for version 4.0 of the Samba suite.
25
27 ldb(7), ldbmodify, ldbdel, ldif(5)
28
30 ldb was written by Andrew Tridgell[1]. oLschema2ldif was written by
31 Simo Sorce[2].
32
33 If you wish to report a problem or make a suggestion then please see
34 the http://ldb.samba.org/ web site for current contact and maintainer
35 information.
36
38 1. Andrew Tridgell
39 https://www.samba.org/~tridge/
40
41 2. Simo Sorce
42 mailto:idra@samba.org
43
44
45
46Samba 4.0 11/30/2023 OLSCHEMA2LDIF(1)