summaryrefslogtreecommitdiff
path: root/docs-xml/manpages-3/idmap_autorid.8.xml
AgeCommit message (Collapse)AuthorFilesLines
2011-06-07s3:docs: fix the example in the idmap_autorid manpage to use "idmap config * ↵Michael Adam1-1/+1
: rangesize"
2011-05-31idmap_autorid.8: Avoid confusion with idmap uid and idmap gid optionsLuk Claes1-1/+1
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_autorid.8: Use new syntax in autorid backend examplesLuk Claes1-6/+4
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2010-11-08s3:idmap: add a new ID mapping module autoridChristian Ambach1-0/+134
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.