mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
992f1e6b8f
add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100)
16 lines
563 B
XML
16 lines
563 B
XML
<samba:parameter name="realm"
|
|
context="G"
|
|
type="string"
|
|
basic="1" advanced="1" wizard="1" developer="1"
|
|
xmlns:samba="http://samba.org/common">
|
|
<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>
|