s3:smb2_break: make use of file_fsp_smb2()
[Samba/gebeck_regimport.git] / source4 / utils / man / oLschema2ldif.1.xml
blobb1e681be4e484b871bb5ef8a6416301280fa98ab
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">
5 <refmeta>
6         <refentrytitle>oLschema2ldif</refentrytitle>
7         <manvolnum>1</manvolnum>
8 </refmeta>
11 <refnamediv>
12         <refname>oLschema2ldif</refname>
13         <refpurpose>Converts LDAP schema's to LDB-compatible LDIF</refpurpose>
14 </refnamediv>
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>
24 <refsect1>
25         <title>DESCRIPTION</title>
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>
31 <refsect1>
32         <title>OPTIONS</title>
34         <variablelist>
35                 <varlistentry>
36                 <term>-I input-file</term>
37                 <listitem><para>OpenLDAP schema to read. If none are specified, 
38 the schema file will be read from standard input.
39                 </para></listitem>
40                 </varlistentry>
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>
50 <refsect1>
51         <title>VERSION</title>
53         <para>This man page is correct for version 4.0 of the Samba suite.</para>
54 </refsect1>
56 <refsect1>
57         <title>SEE ALSO</title>
59         <para>ldb(7), ldbmodify, ldbdel, ldif(5)</para>
61 </refsect1>
63 <refsect1>
64         <title>AUTHOR</title>
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>
71         <para>
72 If you wish to report a problem or make a suggestion then please see
73 the <ulink url="http://ldb.samba.org/"/> web site for
74 current contact and maintainer information.
75         </para>
77 </refsect1>
79 </refentry>