1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/docs-xml/smbdotconf/security/mindomainuid.xml
Samuel Cabrero b39b698cda CVE-2020-25717: loadparm: Add new parameter "min domain uid"
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14801
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14556

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2021-11-09 19:45:32 +00:00

18 lines
501 B
XML

<samba:parameter name="min domain uid"
type="integer"
context="G"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
The integer parameter specifies the minimum uid allowed when mapping a
local account to a domain account.
</para>
<para>
Note that this option interacts with the configured <emphasis>idmap ranges</emphasis>!
</para>
</description>
<value type="default">1000</value>
</samba:parameter>