1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/docs-xml/smbdotconf/base/realm.xml
Michael Adam 31e106b0ad docs:smbdotconf: add handler info to smbdotconf docs where missing
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31 01:55:29 +02:00

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>