2004-04-07 14:15:11 +04:00
<samba:parameter name= "idmap backend"
context="G"
2007-03-21 18:10:58 +03:00
type="string"
2004-04-07 14:15:11 +04:00
advanced="1" developer="1" hide="1"
2005-03-13 01:41:20 +03:00
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
2004-04-07 14:15:11 +04:00
<description >
<para >
2007-03-21 18:10:58 +03:00
The idmap backend provides a plugin interface for Winbind to use
varying backends to store SID/uid/gid mapping tables. This
option is mutually exclusive with the newer and more flexible
<smbconfoption name= "idmap domains" /> parameter. The main difference
between the " idmap backend" and the " idmap domains"
is that the former only allows on backend for all domains while the
latter supports configuring backends on a per domain basis.
2004-04-07 14:15:11 +04:00
</para>
2004-11-05 09:59:26 +03:00
2007-03-21 18:10:58 +03:00
<para > Examples of SID/uid/gid backends include tdb (<citerefentry >
<refentrytitle > idmap_tdb</refentrytitle> <manvolnum > 8</manvolnum> </citerefentry> ),
ldap (<citerefentry > <refentrytitle > idmap_ldap</refentrytitle>
<manvolnum > 8</manvolnum> </citerefentry> ), rid (<citerefentry >
<refentrytitle > idmap_rid</refentrytitle> <manvolnum > 8</manvolnum> </citerefentry> ),
and ad (<citerefentry > <refentrytitle > idmap_tdb</refentrytitle>
<manvolnum > 8</manvolnum> </citerefentry> ).
2007-03-21 18:12:08 +03:00
</para>
2004-04-07 14:15:11 +04:00
</description>
<value type= "default" > </value>
2007-03-21 18:10:58 +03:00
<value type= "example" > ldap:ldap://ldapslave.example.com/</value>
2006-04-28 12:21:09 +04:00
<value type= "example" > ad</value>
2004-04-07 14:15:11 +04:00
</samba:parameter>