diff options
author | Christian Ambach <ambi@samba.org> | 2012-05-07 19:08:10 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-05-08 09:26:07 +0200 |
commit | 6bda0f6f88d381c93d1a46b46ad7fce7bed2d2de (patch) | |
tree | 0dd84654137240ed1ef5ef0b86512dd97b6a2c9e /docs-xml | |
parent | 920e3e301d066d1307f2ca7f21248891e484842e (diff) | |
download | samba-6bda0f6f88d381c93d1a46b46ad7fce7bed2d2de.tar.gz |
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.xml | 6 |
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 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. </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. |