diff options
author | Christian Ambach <ambi@samba.org> | 2011-10-20 18:53:02 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2011-10-21 18:04:50 +0200 |
commit | aa1fd273171682271552ce82ce637c32c5047503 (patch) | |
tree | ac92dae2c0043182ec28072b5852eaf530715c93 /docs-xml/manpages-3 | |
parent | ed45a558aed5cd7c7f21425ee93212bbf77da3ad (diff) | |
download | samba-aa1fd273171682271552ce82ce637c32c5047503.tar.gz samba-aa1fd273171682271552ce82ce637c32c5047503.tar.bz2 samba-aa1fd273171682271552ce82ce637c32c5047503.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
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/idmap_autorid.8.xml | 7 |
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 b5a9bde2e6..e563cdd5b4 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> |