s3:idmap: add a new ID mapping module autorid
commit9aab4149afcfb934057744ce8b9a054d1fdabdc5
authorChristian Ambach <christian.ambach@de.ibm.com>
Wed, 7 Jul 2010 10:35:36 +0000 (7 12:35 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 8 Nov 2010 12:39:51 +0000 (8 13:39 +0100)
treebf3467c13e85715dbc6a5c5be055e8a9b54f5c77
parent51ddddfa9f832d1a9aa207c7a13393e3c11b5dc3
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]