summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-04-12 13:17:16 +0200
committerJeremy Allison <jra@samba.org>2017-04-18 00:43:20 +0200
commit0e0f56485e83b5ab1c4a4ad44a9bf55103c9981c (patch)
tree97408db71c41b30d9b741096b1de8b98fdb12bd1 /docs-xml
parentab597b9a47102e111a426640ac3ab32aa291687b (diff)
downloadsamba-0e0f56485e83b5ab1c4a4ad44a9bf55103c9981c.tar.gz
docs: Update idmap_rid manpage
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/idmap_rid.8.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs-xml/manpages/idmap_rid.8.xml b/docs-xml/manpages/idmap_rid.8.xml
index b00d01e94ea..19d89ef97d8 100644
--- a/docs-xml/manpages/idmap_rid.8.xml
+++ b/docs-xml/manpages/idmap_rid.8.xml
@@ -23,22 +23,18 @@
in this case as the mapping is deterministic.</para>
<para>
- Note that the idmap_rid module has changed considerably since Samba
- versions 3.0. and 3.2.
Currently, there should to be an explicit idmap configuration for each
domain that should use the idmap_rid backend, using disjoint ranges.
+ </para>
+
+ <para>
+ NOTE: The idmap_rid backend can NOT bet used as the default backend.
One usually needs to define a writeable default idmap range, using
a backend like <parameter>tdb</parameter> or <parameter>ldap</parameter>
that can create unix ids, in order to be able to map the BUILTIN sids
and other domains, and also in order to be able to create group mappings.
See the example below.
</para>
-
- <para>
- Note that the old syntax
- <parameter>idmap backend = rid:"DOM1=range DOM2=range2 ..."</parameter>
- is not supported any more since Samba version 3.0.25.
- </para>
</refsynopsisdiv>
<refsect1>