~lefteris-nikoltsios/+junk/samba-lp1016895

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-21 13:18:04 UTC
  • mfrom: (0.39.21 sid)
  • Revision ID: package-import@ubuntu.com-20111221131804-xtlr39wx6njehxxr
Tags: 2:3.6.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/patches/error-trans.fix-276472:
    - Add the translation of Unix Error code -ENOTSUP to NT Error Code
    - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access.
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/control:
    - Don't build against or suggest ctdb.
    - Add dependency on samba-common-bin to samba.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + Switch to upstart:
    - Add debian/samba.{nmbd,smbd}.upstart.
  + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
    - Make them upstart compatible
  + debian/samba.postinst: 
    - Avoid scary pdbedit warnings on first import.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted
  + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
    as a global variable name in an NSS module 
  + Dropped:
    - debian/patches/error-trans.fix-276472
    - debian/patches/fix-debuglevel-name-conflict.patch

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>