summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/base/realm.xml
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-03-27 18:28:55 +0000
committerAlexander Bokovoy <ab@samba.org>2003-03-27 18:28:55 +0000
commit2b984c620814b1258c8b4e006dde370b19b4461d (patch)
tree3055ca8eff0bce354cf663ab8c7af4afb8b049fb /docs/docbook/smbdotconf/base/realm.xml
parent85a1207a4702be62692544e794dea88c21095423 (diff)
downloadsamba-2b984c620814b1258c8b4e006dde370b19b4461d.tar.gz
samba-2b984c620814b1258c8b4e006dde370b19b4461d.tar.bz2
samba-2b984c620814b1258c8b4e006dde370b19b4461d.zip
1. Fix generate-file-list.sh to produce a list sorted by parameter name, not parameter section.
2. Convert base parameters to new meta-information scheme (This used to be commit 6026e47cfe493625c6ed017ecae3cc785a6d0347)
Diffstat (limited to 'docs/docbook/smbdotconf/base/realm.xml')
-rw-r--r--docs/docbook/smbdotconf/base/realm.xml25
1 files changed, 14 insertions, 11 deletions
diff --git a/docs/docbook/smbdotconf/base/realm.xml b/docs/docbook/smbdotconf/base/realm.xml
index 50c7d26eea..c0b1d1aad6 100644
--- a/docs/docbook/smbdotconf/base/realm.xml
+++ b/docs/docbook/smbdotconf/base/realm.xml
@@ -1,12 +1,15 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
- <term><anchor id="REALM"/>realm (G)</term>
- <listitem><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>
+<samba:parameter name="realm"
+ context="G"
+ basic="1" advanced="1" wizard="1" developer="1"
+ xmlns:samba="http://samba.org/common">
+<listitem>
+ <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>
- <para>Default: <command moreinfo="none">realm = </command></para>
- <para>Example: <command moreinfo="none">realm = mysambabox.mycompany.com</command></para>
- </listitem>
- </samba:parameter>
+ <para>Default: <command moreinfo="none">realm = </command></para>
+
+ <para>Example: <command moreinfo="none">realm = mysambabox.mycompany.com</command></para>
+</listitem>
+</samba:parameter>