docs/idmap_rid: remove deprecated base_rid from example
authorDavid Disseldorp <ddiss@samba.org>
Fri, 16 Jan 2015 15:21:24 +0000 (16:21 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 19 Jan 2015 08:09:22 +0000 (09:09 +0100)
The base_rid option has been deprecated for some time. Specifying a
value of 1000 (as recommended in the parameter description and example
section) can result in failed mapping of group SIDs, where RIDs do not
start at 1000.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Mon Jan 19 09:09:22 CET 2015 on sn-devel-104

docs-xml/manpages/idmap_rid.8.xml

index 2db15e2d743adaa2ec50b1809b2d96ec931d43ba..520d605e0cfa83b2569d2ffb9a4a15347aaa43ae 100644 (file)
@@ -65,8 +65,6 @@
                        This means SIDs with a RID less than the base rid are filtered.
                        The default is not to restrict the allowed rids at all,
                        i.e. a base_rid value of 0.
-                       A good value for the base_rid can be 1000, since user
-                       RIDs by default start at 1000 (512 hexadecimal).
                </para>
                <para>
                        Use of this parameter is deprecated.
 
        idmap config TRUSTED : backend  = rid
        idmap config TRUSTED : range    = 50000 - 99999
-       idmap config TRUSTED : base_rid = 1000
        </programlisting>
 </refsect1>