From 83e420f93acdc0b3e36d2e748bdc5e28bd8bb089 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 23 Jan 2006 04:13:06 +0000 Subject: r13074: Add oLschema2ldif manpage (This used to be commit 3e3a0c96cdb631798cf2192d0b441d29b33428c0) --- source4/lib/ldb/man/oLschema2ldif.1.xml | 79 +++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 source4/lib/ldb/man/oLschema2ldif.1.xml (limited to 'source4/lib/ldb/man') diff --git a/source4/lib/ldb/man/oLschema2ldif.1.xml b/source4/lib/ldb/man/oLschema2ldif.1.xml new file mode 100644 index 0000000000..b499da574e --- /dev/null +++ b/source4/lib/ldb/man/oLschema2ldif.1.xml @@ -0,0 +1,79 @@ + + + + + + oLschema2ldif + 1 + + + + + oLschema2ldif + Converts LDAP schema's to LDB-compatible LDIF + + + + + oLschema2ldif + -I INPUT-FILE + -O OUTPUT-FILE + + + + + DESCRIPTION + + oLschema2ldif is a simple tool that converts standard OpenLDAP schema files to a LDIF format that is understood by LDB. + + + + + OPTIONS + + + + -I input-file + OpenLDAP schema to read. If none are specified, +the schema file will be read from standard input. + + + + + -O output-file + File to write ldif version of schema to. + + + + + + + VERSION + + This man page is correct for version 4.0 of the Samba suite. + + + + SEE ALSO + + ldb(7), ldbmodify, ldbdel, ldif(5) + + + + + AUTHOR + + ldb was written by + Andrew Tridgell. + oLschema2ldif was written by Simo Sorce. + + + +If you wish to report a problem or make a suggestion then please see +the web site for +current contact and maintainer information. + + + + + -- cgit