source: branches/samba-3.3.x/source/lib/ldb/man/ad2oLschema.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: 2.0 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="ad2oLschema.1">
4
5<refmeta>
6 <refentrytitle>ad2oLschema</refentrytitle>
7 <manvolnum>1</manvolnum>
8</refmeta>
9
10
11<refnamediv>
12 <refname>ad2oLschema</refname>
13 <refpurpose>Converts AC-like LDAP schemas to OpenLDAP
14 compatible schema files</refpurpose>
15</refnamediv>
16
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>
24
25<refsect1>
26 <title>DESCRIPTION</title>
27
28 <para>ad2oLschema is a simple tool that converts AD-like LDIF
29 schema files into OpenLDAP schema files.</para>
30</refsect1>
31
32
33<refsect1>
34 <title>OPTIONS</title>
35
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>
41
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>
48
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>
56
57<refsect1>
58 <title>VERSION</title>
59
60 <para>This man page is correct for version 4.0 of the Samba suite.</para>
61</refsect1>
62
63<refsect1>
64 <title>SEE ALSO</title>
65
66 <para>ldb(7), ldbmodify, ldbdel, ldif(5)</para>
67
68</refsect1>
69
70<refsect1>
71 <title>AUTHOR</title>
72
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>
78
79 <para>
80If you wish to report a problem or make a suggestion then please see
81the <ulink url="http://ldb.samba.org/"/> web site for
82current contact and maintainer information.
83 </para>
84
85</refsect1>
86
87</refentry>
Note: See TracBrowser for help on using the repository browser.