1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/docs-xml/smbdotconf/winbind/winbindusekrb5enterpriseprincipals.xml
Andreas Schneider 106c2b3977 docs-xml: Enable winbind use krb5 enterprise principals by default
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2021-06-23 09:56:37 +00:00

35 lines
1.3 KiB
XML

<samba:parameter name="winbind use krb5 enterprise principals"
context="G"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>winbindd is able to get kerberos tickets for
pam_winbind with krb5_auth or wbinfo -K/--krb5auth=.
</para>
<para>winbindd (at least on a domain member) is never be able
to have a complete picture of the trust topology (which is managed by the DCs).
There might be uPNSuffixes and msDS-SPNSuffixes values,
which don't belong to any AD domain at all.
</para>
<para>With <smbconfoption name="winbind scan trusted domains">no</smbconfoption>
winbindd doesn't even get a complete picture of the topology.
</para>
<para>It is not really required to know about the trust topology.
We can just rely on the [K]DCs of our primary domain (e.g. PRIMARY.A.EXAMPLE.COM)
and use enterprise principals e.g. upnfromB@B.EXAMPLE.COM@PRIMARY.A.EXAMPLE.COM
and follow the WRONG_REALM referrals in order to find the correct DC.
The final principal might be userfromB@INTERNALB.EXAMPLE.PRIVATE.
</para>
<para>With <smbconfoption name="winbind use krb5 enterprise principals">yes</smbconfoption>
winbindd enterprise principals will be used.
</para>
</description>
<value type="default">yes</value>
<value type="example">no</value>
</samba:parameter>