summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2011-10-20 18:53:02 +0200
committerKarolin Seeger <kseeger@samba.org>2011-11-10 20:51:24 +0100
commita0cfd1983fae8b0090bcae36a11dad4531e48f49 (patch)
tree08a975fb7ecc22cc5fd5f6d02bb6651e2955439b
parenta98095601dc585a6c49813399466a455c43fc0fc (diff)
downloadsamba-a0cfd1983fae8b0090bcae36a11dad4531e48f49.tar.gz
samba-a0cfd1983fae8b0090bcae36a11dad4531e48f49.tar.xz
samba-a0cfd1983fae8b0090bcae36a11dad4531e48f49.zip
s3:idmap_autorid: document allocation pool
document the need that excessive use of local users/group might require increasing the rangesize Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Fri Oct 21 18:04:50 CEST 2011 on sn-devel-104 The last 4 patches address bug #8444 (idmap_autorid does not have allocation pool).
-rw-r--r--docs-xml/manpages-3/idmap_autorid.8.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs-xml/manpages-3/idmap_autorid.8.xml b/docs-xml/manpages-3/idmap_autorid.8.xml
index 87b92689bfd..c437d0ead3c 100644
--- a/docs-xml/manpages-3/idmap_autorid.8.xml
+++ b/docs-xml/manpages-3/idmap_autorid.8.xml
@@ -51,7 +51,12 @@
for regular users. As the parameter cannot be changed later, please
plan accordingly for your expected number of users in a domain
with safety margins.
- </para>
+ </para>
+ <para>One range will be used for local users and groups.
+ 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.
+ </para>
<para>The default value is 100000.</para>
</listitem>
</varlistentry>