mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
82db40a7d9
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
17 lines
610 B
XML
17 lines
610 B
XML
<samba:parameter name="realm"
|
|
context="G"
|
|
type="string"
|
|
basic="1" advanced="1" wizard="1" developer="1"
|
|
constant="1"
|
|
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>
|