mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Adding idmap uid/gid smb.conf man page entries. Marking winbind uid/gid as deprecated.
(This used to be commit 8bfaf39680
)
This commit is contained in:
parent
03934a26a9
commit
8a686bfd57
18
docs/docbook/smbdotconf/winbind/idmapgid.xml
Normal file
18
docs/docbook/smbdotconf/winbind/idmapgid.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<samba:parameter name="idmap gid"
|
||||
context="G"
|
||||
advanced="1" developer="1" hide="1"
|
||||
xmlns:samba="http://samba.org/common">
|
||||
<listitem>
|
||||
|
||||
<para>The idmap gid parameter specifies the range of group ids that are allocated for
|
||||
the purpose of mapping UNX groups to NT group SIDs. This range of group ids should have no
|
||||
existing local or NIS groups within it as strange conflicts can occur otherwise.</para>
|
||||
|
||||
<para>The availability of an idmap gid range is essential for correct operation of
|
||||
all group mapping.</para>
|
||||
|
||||
<para>Default: <command moreinfo="none">idmap gid = <empty string></command></para>
|
||||
|
||||
<para>Example: <command moreinfo="none">idmap gid = 10000-20000</command></para>
|
||||
</listitem>
|
||||
</samba:parameter>
|
14
docs/docbook/smbdotconf/winbind/idmapuid.xml
Normal file
14
docs/docbook/smbdotconf/winbind/idmapuid.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<samba:parameter name="idmap uid"
|
||||
context="G"
|
||||
advanced="1" developer="1" hide="1"
|
||||
xmlns:samba="http://samba.org/common">
|
||||
<listitem>
|
||||
<para>The idmap uid parameter specifies the range of user ids that are allocated for use
|
||||
in mapping UNIX users to NT user SIDs. This range of ids should have no existing local
|
||||
or NIS users within it as strange conflicts can occur otherwise.</para>
|
||||
|
||||
<para>Default: <command moreinfo="none">idmap uid = <empty string></command></para>
|
||||
|
||||
<para>Example: <command moreinfo="none">idmap uid = 10000-20000</command></para>
|
||||
</listitem>
|
||||
</samba:parameter>
|
@ -3,6 +3,8 @@
|
||||
advanced="1" developer="1" hide="1"
|
||||
xmlns:samba="http://samba.org/common">
|
||||
<listitem>
|
||||
<para>This parameter is now an alias for <command moreinfo="none">idmap gid</command></para>
|
||||
|
||||
<para>The winbind gid parameter specifies the range of group
|
||||
ids that are allocated by the <citerefentry><refentrytitle>winbindd</refentrytitle>
|
||||
<manvolnum>8</manvolnum></citerefentry> daemon. This range of group ids should have no
|
||||
|
@ -3,11 +3,12 @@
|
||||
advanced="1" developer="1" hide="1"
|
||||
xmlns:samba="http://samba.org/common">
|
||||
<listitem>
|
||||
<para>The winbind gid parameter specifies the range of group
|
||||
ids that are allocated by the <citerefentry><refentrytitle>winbindd</refentrytitle>
|
||||
<manvolnum>8</manvolnum></citerefentry> daemon. This range of ids should have no
|
||||
existing local or NIS users within it as strange conflicts can
|
||||
occur otherwise.</para>
|
||||
<para>This parameter is now an alias for <command moreinfo="none">idmap uid</command></para>
|
||||
|
||||
<para>The winbind gid parameter specifies the range of user ids that are allocated by the
|
||||
<citerefentry><refentrytitle>winbindd</refentrytitle> <manvolnum>8</manvolnum></citerefentry>
|
||||
daemon. This range of ids should have no existing local or NIS users within it as strange
|
||||
conflicts can occur otherwise.</para>
|
||||
|
||||
<para>Default: <command moreinfo="none">winbind uid = <empty string></command></para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user