File: idmapbackend.xml

package info (click to toggle)
samba 2%3A3.2.5-4lenny15
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 124,704 kB
  • ctags: 69,181
  • sloc: ansic: 564,153; xml: 219,271; sh: 11,039; perl: 4,458; makefile: 4,301; python: 1,975; cpp: 1,224; exp: 1,147; yacc: 881; awk: 557; csh: 58; sed: 45
file content (28 lines) | stat: -rw-r--r-- 1,251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<samba:parameter name="idmap backend"
                 context="G"
		 type="string"
                 advanced="1" developer="1" hide="1"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
	<para>
	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 &quot;idmap backend&quot; and the &quot;idmap domains&quot;
	is that the former only allows one backend for all domains while the
	latter supports configuring backends on a per domain basis.
	</para>

	<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>).
	</para>
</description>

<value type="default">tdb</value>
</samba:parameter>