~lefteris-nikoltsios/+junk/samba-lp1016895

« back to all changes in this revision

Viewing changes to docs-xml/manpages-3/ldbdel.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="ldbdel.1">
4
 
 
5
 
<refmeta>
6
 
        <refentrytitle>ldbdel</refentrytitle>
7
 
        <manvolnum>1</manvolnum>
8
 
        <refmiscinfo class="source">Samba</refmiscinfo>
9
 
        <refmiscinfo class="manual">User Commands</refmiscinfo>
10
 
        <refmiscinfo class="version">3.5</refmiscinfo>
11
 
</refmeta>
12
 
 
13
 
 
14
 
<refnamediv>
15
 
        <refname>ldbdel</refname>
16
 
        <refpurpose>Command-line program for deleting LDB records</refpurpose>
17
 
</refnamediv>
18
 
 
19
 
<refsynopsisdiv>
20
 
        <cmdsynopsis>
21
 
                <command>ldbdel</command>
22
 
                <arg choice="opt">-h</arg>
23
 
                <arg choice="opt">-H LDB-URL</arg>
24
 
                <arg choice="opt">dn</arg>
25
 
                <arg choice="opt">...</arg>
26
 
        </cmdsynopsis>
27
 
</refsynopsisdiv>
28
 
 
29
 
<refsect1>
30
 
        <title>DESCRIPTION</title>
31
 
 
32
 
        <para>ldbdel deletes records from an ldb(7) database. 
33
 
                It deletes the records identified by the dn's specified 
34
 
                on the command-line. </para>
35
 
 
36
 
        <para>ldbdel uses either the database that is specified with 
37
 
                the -H option or the database specified by the LDB_URL environment
38
 
                variable.</para>
39
 
 
40
 
</refsect1>
41
 
 
42
 
 
43
 
<refsect1>
44
 
        <title>OPTIONS</title>
45
 
 
46
 
        <variablelist>
47
 
                <varlistentry>
48
 
                <term>-h</term>
49
 
                <listitem><para>
50
 
                Show list of available options.</para></listitem>
51
 
                </varlistentry>
52
 
 
53
 
                <varlistentry>
54
 
                        <term>-H &lt;ldb-url&gt;</term>
55
 
                        <listitem><para>
56
 
                                LDB URL to connect to. See ldb(7) for details.
57
 
                        </para></listitem>
58
 
                </varlistentry>
59
 
                
60
 
        </variablelist>
61
 
        
62
 
</refsect1>
63
 
 
64
 
<refsect1>
65
 
        <title>ENVIRONMENT</title>
66
 
 
67
 
        <variablelist>
68
 
                <varlistentry><term>LDB_URL</term>
69
 
                        <listitem><para>LDB URL to connect to (can be overrided by using the 
70
 
                                        -H command-line option.)</para></listitem>
71
 
                </varlistentry>
72
 
        </variablelist>
73
 
        
74
 
</refsect1>
75
 
 
76
 
<refsect1>
77
 
        <title>VERSION</title>
78
 
 
79
 
        <para>This man page is correct for version 4.0 of the Samba suite.</para>
80
 
</refsect1>
81
 
 
82
 
<refsect1>
83
 
        <title>SEE ALSO</title>
84
 
 
85
 
        <para>ldb(7), ldbmodify, ldbadd, ldif(5)</para>
86
 
 
87
 
</refsect1>
88
 
 
89
 
<refsect1>
90
 
        <title>AUTHOR</title>
91
 
 
92
 
                <para> ldb was written by 
93
 
                 <ulink url="http://samba.org/~tridge/">Andrew Tridgell</ulink>.
94
 
        </para>
95
 
 
96
 
        <para>
97
 
If you wish to report a problem or make a suggestion then please see
98
 
the <ulink url="http://ldb.samba.org/"/> web site for
99
 
current contact and maintainer information.
100
 
        </para>
101
 
 
102
 
        <para>ldbdel was written by Andrew Tridgell.</para>
103
 
 
104
 
        <para>This manpage was written by Jelmer Vernooij.</para>
105
 
        
106
 
</refsect1>
107
 
 
108
 
</refentry>