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>
</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
to Windows accounts and obseletes the " winbind trusted domains only"
smb.conf option. 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 >
2007-03-22 00:26:02 +03:00
This example shows how to use idmap_nss to check the local accounts for its
own domain while using allocation to create new mappings for trusted domains
2007-03-21 23:29:35 +03:00
</para>
<programlisting >
[global]
2007-04-11 15:26:52 +04:00
idmap domains = SAMBA TRUSTEDDOMAINS
2007-03-21 23:29:35 +03:00
idmap config SAMBA:backend = nss
idmap config SAMBA:readonly = yes
idmap config TRUSTEDDOMAINS:default = yes
idmap config TRUSTEDDOMAINS:backend = tdb
idmap config TRUSTEDDOMAINS:range = 10000 - 50000
idmap alloc backend = tdb
idmap alloc config:range = 10000 - 50000
</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>