~ubuntu-branches/ubuntu/intrepid/samba/intrepid-updates

« back to all changes in this revision

Viewing changes to docs-xml/manpages-3/idmap_nss.8.xml

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-06-02 09:01:46 UTC
  • mfrom: (0.25.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080602090146-92ur4nx39ccg708r
Tags: 2:3.0.30-2ubuntu1
* Merge from debian unstable, remaining changes:
  * debian/patches/VERSION.patch
    - set SAMABA_VERSION_VENDOR_SUFFIX to Ubuntu
  * debian/smb.conf
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] shares, and a comment about
      "value users = %S to show users how to restrict access to 
      \\server\useranem to only username.
    - Add map to guest = Bad user, maps bad username to guest access.
      (LP: #32067)
  * debian/samba-common.postinst:
    - Fix upgrade from a first installation done with feisty, edgy, or dapper.
      (LP: #201059)
    - When populating the new sambashare group, it's not an error if the user
      simply doesn't exist; test for this case and the install continue 
      instead of aborting. (LP: #206036)
  * debian/smba-common.config:
    - do not change priority to HIGH if dhclient3 is installed
    - used priority medium instead of hight for the workgroup question
  * debian/winbind.files
    - insclude additional files
  * debian/patches/fix-documentation.patch:
    - fix typos in net(8) and smb.conf(5) man pages
  * debian/mksambapasswd.awk:
    - Don't add user with UID less than 1000 to smbpasswd.
  * debian/samba.init:
    - add 'status' option for LSB conformance.
  * Updated control version.
  * Dropped Changes:
    - Dropped debian/patches/fix-smbprinting-os2.patch. Accepted upstream.
    - Dropped debian/patches/fix-documentation.patch. Accepted upstream.
     

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 "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 
3
<refentry id="idmap_nss.8">
 
4
 
 
5
<refmeta>
 
6
        <refentrytitle>idmap_nss</refentrytitle>
 
7
        <manvolnum>8</manvolnum>
 
8
        <refmiscinfo class="source">Samba</refmiscinfo>
 
9
        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
 
10
        <refmiscinfo class="version">3.0</refmiscinfo>
 
11
</refmeta>
 
12
 
 
13
 
 
14
<refnamediv>
 
15
        <refname>idmap_nss</refname>
 
16
        <refpurpose>Samba's idmap_nss Backend for Winbind</refpurpose>
 
17
</refnamediv>
 
18
 
 
19
<refsynopsisdiv>
 
20
        <title>DESCRIPTION</title>
 
21
 
 
22
        <para>The idmap_nss plugin provides a means to map Unix users and groups
 
23
        to Windows accounts and obseletes the &quot;winbind trusted domains only&quot;
 
24
        smb.conf option.  This provides a simple means of ensuring that the SID
 
25
        for a Unix user named jsmith is reported as the one assigned to
 
26
        DOMAIN\jsmith which is necessary for reporting ACLs on files and printers
 
27
        stored on a Samba member server.
 
28
        </para>
 
29
</refsynopsisdiv>
 
30
 
 
31
<refsect1>
 
32
        <title>EXAMPLES</title>
 
33
 
 
34
        <para>
 
35
        This example shows how to use idmap_nss to check the local accounts for its
 
36
        own domain while using allocation to create new mappings for trusted domains
 
37
        </para>
 
38
 
 
39
        <programlisting>
 
40
        [global]
 
41
            idmap domains = SAMBA TRUSTEDDOMAINS
 
42
 
 
43
            idmap config SAMBA:backend  = nss
 
44
            idmap config SAMBA:readonly = yes
 
45
 
 
46
            idmap config TRUSTEDDOMAINS:default = yes
 
47
            idmap config TRUSTEDDOMAINS:backend = tdb
 
48
            idmap config TRUSTEDDOMAINS:range   = 10000 - 50000
 
49
 
 
50
            idmap alloc backend      = tdb
 
51
            idmap alloc config:range = 10000 - 50000
 
52
        </programlisting>
 
53
</refsect1>
 
54
 
 
55
<refsect1>
 
56
        <title>AUTHOR</title>
 
57
 
 
58
        <para>
 
59
        The original Samba software and related utilities
 
60
        were created by Andrew Tridgell. Samba is now developed
 
61
        by the Samba Team as an Open Source project similar
 
62
        to the way the Linux kernel is developed.
 
63
        </para>
 
64
</refsect1>
 
65
 
 
66
</refentry>