summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-07 15:02:51 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-07 15:02:51 +0000
commitf157e663f131bc26f351475226cce38b957cd0bd (patch)
tree7e48d388030f1769efe577e1f647cab03aa41c12 /docs/docbook/projdoc
parentbb36db4505a6f5b0a3e951e55fa92fe0a0c12ad9 (diff)
downloadsamba-f157e663f131bc26f351475226cce38b957cd0bd.tar.gz
samba-f157e663f131bc26f351475226cce38b957cd0bd.tar.bz2
samba-f157e663f131bc26f351475226cce38b957cd0bd.zip
Some layout fixes + typo
(This used to be commit c4a02bf35bc399c1926aee158c5215c180f393ae)
Diffstat (limited to 'docs/docbook/projdoc')
-rw-r--r--docs/docbook/projdoc/InterdomainTrusts.sgml22
1 files changed, 10 insertions, 12 deletions
diff --git a/docs/docbook/projdoc/InterdomainTrusts.sgml b/docs/docbook/projdoc/InterdomainTrusts.sgml
index 20422f9b45..0fc634c544 100644
--- a/docs/docbook/projdoc/InterdomainTrusts.sgml
+++ b/docs/docbook/projdoc/InterdomainTrusts.sgml
@@ -129,18 +129,18 @@ step will be to issue this command from your favourite shell:
</para>
<para>
-<programlisting>
- deity# smbpasswd -a -i rumba
+<screen>
+<prompt>deity#</prompt> <userinput>smbpasswd -a -i rumba</userinput>
New SMB password: XXXXXXXX
Retype SMB password: XXXXXXXX
Added user rumba$
+</screen>
- where:
- -a means to add a new account into the passdb database
- -i means create this account with the Inter-Domain trust flag
+where <parameter>-a</parameter> means to add a new account into the passdb database and <parameter>-i</parameter> means create this account with the Inter-Domain trust flag.
+</para>
- The account name will be 'rumba$' (the name ofthe remote domain)
-</programlisting>
+<para>
+The account name will be 'rumba$' (the name of the remote domain)
</para>
<para>
@@ -192,15 +192,13 @@ Using your favourite shell while being logged on as root, issue this command:
</para>
<para>
-<programlisting>
- deity# net rpc trustdom establish rumba
-</programlisting>
+<prompt>deity# </prompt><userinput>net rpc trustdom establish rumba</userinput>
</para>
<para>
You'll be prompted for password you've just typed on your Windows NT4 Server box.
Don't worry if you will see the error message with returned code of
-<filename>NT_STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT</filename>. It means the
+<errorname>NT_STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT</errorname>. It means the
password you gave is correct and the NT4 Server says the account is ready for trusting your domain
and not for ordinary connection. After that, be patient it can take a while (especially
in large networks), you should see 'Success' message. Contgratulations! Your trust
@@ -209,7 +207,7 @@ relationship has just been established.
<note><para>
Note that you have to run this command as root, since you need write access to
-your secrets.tdb file.
+your <filename>secrets.tdb</filename> file.
</para></note>
</sect2>