r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opcode on the
[Samba.git] / source / lib / ldb / man / ad2oLschema.1.xml
blob6ae89964775c2d89e7f3b2ead81f3cce1ec7f73b
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="ad2oLschema.1">
5 <refmeta>
6         <refentrytitle>ad2oLschema</refentrytitle>
7         <manvolnum>1</manvolnum>
8 </refmeta>
11 <refnamediv>
12         <refname>ad2oLschema</refname>
13         <refpurpose>Converts AC-like LDAP schemas to OpenLDAP
14         compatible schema files</refpurpose>
15 </refnamediv>
17 <refsynopsisdiv>
18         <cmdsynopsis>
19                 <command>ad2oLschema</command>
20                 <arg choice="opt">-I INPUT-FILE</arg>
21                 <arg choice="opt">-O OUTPUT-FILE</arg>
22         </cmdsynopsis>
23 </refsynopsisdiv>
25 <refsect1>
26         <title>DESCRIPTION</title>
28         <para>ad2oLschema is a simple tool that converts AD-like LDIF
29         schema files into OpenLDAP schema files.</para>
30 </refsect1>
33 <refsect1>
34         <title>OPTIONS</title>
36         <variablelist>
37                 <varlistentry>
38                 <term>-H url</term>
39                 <listitem><para>URL to an LDB or LDAP server with an AD schema to read.                 </para></listitem>
40                 </varlistentry>
42                 <varlistentry>
43                 <term>-I input-file</term> <listitem><para>AD schema
44                 to read. If neither this nor -H is specified, the
45                 schema file will be read from standard input.
46                 </para></listitem>
47                 </varlistentry>
49         <varlistentry>
50                 <term>-O output-file</term>
51                 <listitem><para>File to write OpenLDAP version of schema to.
52                 </para></listitem>
53         </varlistentry>
54         </variablelist>
55 </refsect1>
57 <refsect1>
58         <title>VERSION</title>
60         <para>This man page is correct for version 4.0 of the Samba suite.</para>
61 </refsect1>
63 <refsect1>
64         <title>SEE ALSO</title>
66         <para>ldb(7), ldbmodify, ldbdel, ldif(5)</para>
68 </refsect1>
70 <refsect1>
71         <title>AUTHOR</title>
73         <para> ldb was written by 
74                  <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
75                 ad2oLschema was written by <ulink
76                  url="http://samba.org/~abartlet/">Andrew Bartlett</ulink>.
77         </para>
79         <para>
80 If you wish to report a problem or make a suggestion then please see
81 the <ulink url="http://ldb.samba.org/"/> web site for
82 current contact and maintainer information.
83         </para>
85 </refsect1>
87 </refentry>