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_hash.8">
6 <refentrytitle>idmap_hash</refentrytitle>
7 <manvolnum>8</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10 <refmiscinfo class="version">3.2</refmiscinfo>
15 <refname>idmap_hash</refname>
16 <refpurpose>Samba's idmap_hash Backend for Winbind</refpurpose>
20 <title>DESCRIPTION</title>
21 <para>The idmap_hash plugin implements a hashing algorithm used
22 map SIDs for domain users and groups to a 31-bit uid and gid.
23 This plugin also implements the nss_info API and can be used
24 to support a local name mapping files if enabled via the
25 "winbind normlaize names" and "winbind nss info"
26 parameters in smb.conf.
31 <title>IDMAP OPTIONS</title>
37 Specifies the absolute path to the name mapping
38 file used by the nss_info API. Entries in the file
39 are of the form "<replaceable>unix name</replaceable>
40 = <replaceable>qualified domain name</replaceable>"e;.
41 Mapping of both user and group names is supported.
48 <title>EXAMPLES</title>
49 <para>The following example utilizes the idmap_hash plugin for
50 the idmap and nss_info information.
56 idmap uid = 1000-4000000000
57 idmap gid = 1000-4000000000
59 winbind nss info = hash
60 winbind normalize names = yes
61 idmap_hash:name_map = /etc/samba/name_map.cfg
69 The original Samba software and related utilities
70 were created by Andrew Tridgell. Samba is now developed
71 by the Samba Team as an Open Source project similar
72 to the way the Linux kernel is developed.