mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
31e106b0ad
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
17 lines
597 B
XML
17 lines
597 B
XML
<samba:parameter name="realm"
|
|
context="G"
|
|
type="string"
|
|
constant="1"
|
|
handler="handle_realm"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option specifies the kerberos realm to use. The realm is
|
|
used as the ADS equivalent of the NT4 <command moreinfo="none">domain</command>. It
|
|
is usually set to the DNS name of the kerberos server.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default"></value>
|
|
<value type="example">mysambabox.mycompany.com</value>
|
|
</samba:parameter>
|