source4 smbd process: pass the fatal flag to terminate
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / base / realm.xml
1 <samba:parameter name="realm"
2                  context="G"
3                  type="string"
4                  constant="1"
5                  handler="handle_realm"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8         <para>This option specifies the kerberos realm to use. The realm is 
9         used as the ADS equivalent of the NT4 <command moreinfo="none">domain</command>. It
10         is usually set to the DNS name of the kerberos server.
11         </para>
12 </description>
13                 
14 <value type="default"></value>
15 <value type="example">mysambabox.mycompany.com</value>
16 </samba:parameter>