tdb: Fix build on AIX
[vlendec/samba-autobuild/.git] / docs-xml / manpages / idmap_nss.8.xml
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">&doc.version;</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. This provides a simple means of ensuring that the SID
24         for a Unix user named jsmith is reported as the one assigned to
25         DOMAIN\jsmith which is necessary for reporting ACLs on files and printers
26         stored on a Samba member server.
27         </para>
28 </refsynopsisdiv>
29
30 <refsect1>
31         <title>EXAMPLES</title>
32
33         <para>
34         This example shows how to use idmap_nss to check the local accounts for its
35         own domain while using allocation to create new mappings for trusted domains
36         </para>
37
38         <programlisting>
39         [global]
40         idmap config * : backend = tdb
41         idmap config * : range = 1000000-1999999
42
43         idmap config SAMBA : backend  = nss
44         idmap config SAMBA : range = 1000-999999
45         </programlisting>
46 </refsect1>
47
48 <refsect1>
49         <title>AUTHOR</title>
50
51         <para>
52         The original Samba software and related utilities
53         were created by Andrew Tridgell. Samba is now developed
54         by the Samba Team as an Open Source project similar
55         to the way the Linux kernel is developed.
56         </para>
57 </refsect1>
58
59 </refentry>