From: David Disseldorp Date: Fri, 16 Jan 2015 15:21:24 +0000 (+0100) Subject: docs/idmap_rid: remove deprecated base_rid from example X-Git-Tag: samba-4.1.18~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9fd1dca432505773995471d159bd1f4e199ab90;p=thirdparty%2Fsamba.git docs/idmap_rid: remove deprecated base_rid from example 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. Bug: https://bugzilla.samba.org/show_bug.cgi?id=11169 Signed-off-by: David Disseldorp Reviewed-by: Jeremy Allison Autobuild-User(master): Michael Adam Autobuild-Date(master): Mon Jan 19 09:09:22 CET 2015 on sn-devel-104 (cherry picked from commit 8466587c589f01d59294be36ad0b347f5d82a11f) --- diff --git a/docs-xml/manpages/idmap_rid.8.xml b/docs-xml/manpages/idmap_rid.8.xml index 9b96b8ee4d2..5a0ed1f4fcc 100644 --- a/docs-xml/manpages/idmap_rid.8.xml +++ b/docs-xml/manpages/idmap_rid.8.xml @@ -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). Use of this parameter is deprecated. @@ -114,7 +112,6 @@ idmap config TRUSTED : backend = rid idmap config TRUSTED : range = 50000 - 99999 - idmap config TRUSTED : base_rid = 1000