~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to source4/lib/ldb/man/oLschema2ldif.1.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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, 
 
38
the 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>
 
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>
 
76
 
 
77
</refsect1>
 
78
 
 
79
</refentry>