From 6bda0f6f88d381c93d1a46b46ad7fce7bed2d2de Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 7 May 2012 19:08:10 +0200 Subject: [PATCH] docs:autorid document how well-known SIDs will be mapped they consume space of the allocation pool and a list of most known well-known SIDs is preallocated to create a deterministic mapping --- docs-xml/manpages-3/idmap_autorid.8.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs-xml/manpages-3/idmap_autorid.8.xml b/docs-xml/manpages-3/idmap_autorid.8.xml index e563cdd5b48..d541af4e532 100644 --- a/docs-xml/manpages-3/idmap_autorid.8.xml +++ b/docs-xml/manpages-3/idmap_autorid.8.xml @@ -52,7 +52,11 @@ plan accordingly for your expected number of users in a domain with safety margins. - One range will be used for local users and groups. + One range will be used for local users and groups and for + non-domain well-known SIDs like Everyone (S-1-1-0) or Creator Owner (S-1-3-0). + A chosen list of well-known SIDs will be preallocated on first start + to create deterministic mappings for those. + Thus the number of local users and groups that can be created is limited by this option as well. If you plan to create a large amount of local users or groups, you will need set this parameter accordingly. -- 2.11.4.GIT