s3:idmap: add a new ID mapping module autorid
authorChristian Ambach <christian.ambach@de.ibm.com>
Wed, 7 Jul 2010 10:35:36 +0000 (12:35 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 8 Nov 2010 13:38:54 +0000 (14:38 +0100)
commit373c06534987296b9f3fa84222230ca57ad4a7b2
tree654cd88d4f067cb33bc2e1215abefc96cefd78be
parent51e15370e5559084e8849e2dc8f1d65b02f04b83
s3:idmap: add a new ID mapping module autorid

This is an initial implementation of the idmap_autorid module.
It works similar to the idmap_rid module but requires less
configuration. It will automatically pick ranges for each domain,
so you do not have to bother any more about adding an idmap
configuration for all of the domains in the forest.

This is very easy to use and to configure and much more
deterministic and faster than idmap_tdb, the typical choice
of Samba users up to now.
docs-xml/manpages-3/idmap_autorid.8.xml [new file with mode: 0644]
source3/Makefile.in
source3/configure.in
source3/winbindd/idmap_autorid.c [new file with mode: 0644]