summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2012-05-07 19:08:10 +0200
committerChristian Ambach <ambi@samba.org>2012-05-08 09:26:07 +0200
commit6bda0f6f88d381c93d1a46b46ad7fce7bed2d2de (patch)
tree0dd84654137240ed1ef5ef0b86512dd97b6a2c9e /docs-xml
parent920e3e301d066d1307f2ca7f21248891e484842e (diff)
downloadsamba-6bda0f6f88d381c93d1a46b46ad7fce7bed2d2de.tar.gz
samba-6bda0f6f88d381c93d1a46b46ad7fce7bed2d2de.tar.bz2
samba-6bda0f6f88d381c93d1a46b46ad7fce7bed2d2de.zip
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
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/idmap_autorid.8.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs-xml/manpages-3/idmap_autorid.8.xml b/docs-xml/manpages-3/idmap_autorid.8.xml
index e563cdd5b4..d541af4e53 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.
</para>
- <para>One range will be used for local users and groups.
+ <para>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.</para>
+ <para>
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.