2007-03-21 23:29:35 +03:00
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
<refentry id= "idmap_nss.8" >
<refmeta >
<refentrytitle > idmap_nss</refentrytitle>
<manvolnum > 8</manvolnum>
2008-04-07 00:26:45 +04:00
<refmiscinfo class= "source" > Samba</refmiscinfo>
<refmiscinfo class= "manual" > System Administration tools</refmiscinfo>
2017-12-12 11:08:06 +03:00
<refmiscinfo class= "version" > &doc.version; </refmiscinfo>
2007-03-21 23:29:35 +03:00
</refmeta>
<refnamediv >
<refname > idmap_nss</refname>
<refpurpose > Samba's idmap_nss Backend for Winbind</refpurpose>
</refnamediv>
<refsynopsisdiv >
<title > DESCRIPTION</title>
<para > The idmap_nss plugin provides a means to map Unix users and groups
2017-12-07 13:10:42 +03:00
to Windows accounts. This provides a simple means of ensuring that the SID
2007-08-21 02:47:12 +04:00
for a Unix user named jsmith is reported as the one assigned to
2007-03-21 23:29:35 +03:00
DOMAIN\jsmith which is necessary for reporting ACLs on files and printers
stored on a Samba member server.
</para>
</refsynopsisdiv>
<refsect1 >
<title > EXAMPLES</title>
<para >
2020-10-30 18:39:58 +03:00
This example shows how to use idmap_nss to obtain the local account ID's
for its own domain (SAMBA) from NSS, whilst allocating new mappings for
the default domain (*) and any trusted domains.
2007-03-21 23:29:35 +03:00
</para>
<programlisting >
[global]
2011-05-31 02:26:22 +04:00
idmap config * : backend = tdb
idmap config * : range = 1000000-1999999
2007-03-21 23:29:35 +03:00
2008-07-17 16:05:57 +04:00
idmap config SAMBA : backend = nss
idmap config SAMBA : range = 1000-999999
2007-03-21 23:29:35 +03:00
</programlisting>
</refsect1>
<refsect1 >
<title > AUTHOR</title>
<para >
2007-08-21 02:47:12 +04:00
The original Samba software and related utilities
2007-03-21 23:29:35 +03:00
were created by Andrew Tridgell. Samba is now developed
2007-08-21 02:47:12 +04:00
by the Samba Team as an Open Source project similar
2007-03-21 23:29:35 +03:00
to the way the Linux kernel is developed.
2007-08-21 02:47:12 +04:00
</para>
2007-03-21 23:29:35 +03:00
</refsect1>
</refentry>