~ubuntu-branches/ubuntu/maverick/samba/maverick-security

« back to all changes in this revision

Viewing changes to docs-xml/manpages-3/ldbrename.1.xml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-03-03 22:02:23 UTC
  • mfrom: (0.28.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090303220223-3bdlm2d9fwx1p1ye
Tags: 2:3.3.1-1ubuntu1
* Merge from Debian unstable (LP: #337094), remaining changes:
  + debian/patches/VERSION.patch:
    - setup SAMBA_VERSION_SUFFIX to Ubuntu.
  + 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/mksambapasswd.awk:
    - Do not add user with UID less than 1000 to smbpasswd.
  + debian/control:
    - Make libwbclient0 replace/conflict with hardy's likewise-open.
    - Don't build against ctdb.
  + debian/rules:
    - enable "native" PIE hardening.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
* Dropped changes, merged in Debian:
  + debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
    debian/libpam-smbpass.prerm, debian/libpam-smbpass.files,
    debian/rules:
    - Make libpam-smbpasswd depend on libpam-runtime to allow 
      libpam-smbpasswd for auto-configuration.
  + debian/control:
    - Provide a config block for the new PAM framework to auto-configure
      itself
  + debian/samba.postinst:
    - When populating the new sambashare group, it is not an error
      if the user simply does not exist; test for this case and let
      the install continue instead of aborting.
  + debian/winbind.files:
    - include additional files

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="ldbrename.1">
 
4
 
 
5
<refmeta>
 
6
        <refentrytitle>ldbrename</refentrytitle>
 
7
        <manvolnum>1</manvolnum>
 
8
</refmeta>
 
9
 
 
10
 
 
11
<refnamediv>
 
12
        <refname>ldbrename</refname>
 
13
        <refpurpose>Edit LDB databases using your favorite editor</refpurpose>
 
14
</refnamediv>
 
15
 
 
16
<refsynopsisdiv>
 
17
        <cmdsynopsis>
 
18
                <command>ldbrename</command>
 
19
                <arg choice="opt">-h</arg>
 
20
                <arg choice="opt">-o options</arg>
 
21
                <arg choice="req">olddn</arg>
 
22
                <arg choice="req">newdb</arg>
 
23
        </cmdsynopsis>
 
24
</refsynopsisdiv>
 
25
 
 
26
<refsect1>
 
27
        <title>DESCRIPTION</title>
 
28
 
 
29
        <para>ldbrename is a utility that allows you to rename trees in 
 
30
                an LDB database based by DN. This utility takes 
 
31
                two arguments: the original 
 
32
                DN name of the top element and the DN to change it to.
 
33
        </para>
 
34
 
 
35
</refsect1>
 
36
 
 
37
 
 
38
<refsect1>
 
39
        <title>OPTIONS</title>
 
40
 
 
41
        <variablelist>
 
42
                <varlistentry>
 
43
                <term>-h</term>
 
44
                <listitem><para>
 
45
                Show list of available options.</para></listitem>
 
46
                </varlistentry>
 
47
 
 
48
                <varlistentry>
 
49
                        <term>-H &lt;ldb-url&gt;</term>
 
50
                        <listitem><para>
 
51
                                LDB URL to connect to. See ldb(7) for details.
 
52
                        </para></listitem>
 
53
                </varlistentry>
 
54
 
 
55
                <varlistentry>
 
56
                        <term>-o options</term>
 
57
                        <listitem><para>Extra ldb options, such as 
 
58
                        modules.</para></listitem>
 
59
                </varlistentry>
 
60
                
 
61
        </variablelist>
 
62
        
 
63
</refsect1>
 
64
 
 
65
<refsect1>
 
66
        <title>ENVIRONMENT</title>
 
67
 
 
68
        <variablelist>
 
69
                <varlistentry><term>LDB_URL</term>
 
70
                        <listitem><para>LDB URL to connect to (can be overrided by using the 
 
71
                                        -H command-line option.)</para></listitem>
 
72
                </varlistentry>
 
73
        </variablelist>
 
74
        
 
75
</refsect1>
 
76
 
 
77
<refsect1>
 
78
        <title>VERSION</title>
 
79
 
 
80
        <para>This man page is correct for version 4.0 of the Samba suite.</para>
 
81
</refsect1>
 
82
 
 
83
<refsect1>
 
84
        <title>SEE ALSO</title>
 
85
 
 
86
        <para>ldb(7), ldbmodify, ldbdel, ldif(5)</para>
 
87
 
 
88
</refsect1>
 
89
 
 
90
<refsect1>
 
91
        <title>AUTHOR</title>
 
92
 
 
93
        <para> ldb was written by 
 
94
                 <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
 
95
        </para>
 
96
 
 
97
        <para>
 
98
If you wish to report a problem or make a suggestion then please see
 
99
the <ulink url="http://ldb.samba.org/"/> web site for
 
100
current contact and maintainer information.
 
101
        </para>
 
102
 
 
103
        <para>This manpage was written by Jelmer Vernooij.</para>
 
104
        
 
105
</refsect1>
 
106
 
 
107
</refentry>