source: branches/samba-3.3.x/source/lib/ldb/man/oLschema2ldif.1.xml

Last change on this file was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
3<refentry id="oLschema2ldif.1">
4
5<refmeta>
6 <refentrytitle>oLschema2ldif</refentrytitle>
7 <manvolnum>1</manvolnum>
8</refmeta>
9
10
11<refnamediv>
12 <refname>oLschema2ldif</refname>
13 <refpurpose>Converts LDAP schema's to LDB-compatible LDIF</refpurpose>
14</refnamediv>
15
16<refsynopsisdiv>
17 <cmdsynopsis>
18 <command>oLschema2ldif</command>
19 <arg choice="opt">-I INPUT-FILE</arg>
20 <arg choice="opt">-O OUTPUT-FILE</arg>
21 </cmdsynopsis>
22</refsynopsisdiv>
23
24<refsect1>
25 <title>DESCRIPTION</title>
26
27 <para>oLschema2ldif is a simple tool that converts standard OpenLDAP schema files to a LDIF format that is understood by LDB.</para>
28</refsect1>
29
30
31<refsect1>
32 <title>OPTIONS</title>
33
34 <variablelist>
35 <varlistentry>
36 <term>-I input-file</term>
37 <listitem><para>OpenLDAP schema to read. If none are specified,
38the schema file will be read from standard input.
39 </para></listitem>
40 </varlistentry>
41
42 <varlistentry>
43 <term>-O output-file</term>
44 <listitem><para>File to write ldif version of schema to.
45 </para></listitem>
46 </varlistentry>
47 </variablelist>
48</refsect1>
49
50<refsect1>
51 <title>VERSION</title>
52
53 <para>This man page is correct for version 4.0 of the Samba suite.</para>
54</refsect1>
55
56<refsect1>
57 <title>SEE ALSO</title>
58
59 <para>ldb(7), ldbmodify, ldbdel, ldif(5)</para>
60
61</refsect1>
62
63<refsect1>
64 <title>AUTHOR</title>
65
66 <para> ldb was written by
67 <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
68 oLschema2ldif was written by <ulink url="mailto:idra@samba.org">Simo Sorce</ulink>.
69 </para>
70
71 <para>
72If you wish to report a problem or make a suggestion then please see
73the <ulink url="http://ldb.samba.org/"/> web site for
74current contact and maintainer information.
75 </para>
76
77</refsect1>
78
79</refentry>
Note: See TracBrowser for help on using the repository browser.