summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/InterdomainTrusts.sgml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-04-07 15:09:17 +0000
committerJohn Terpstra <jht@samba.org>2003-04-07 15:09:17 +0000
commitbd6a7f756bbf0824b62480c572cff0e43ac7daef (patch)
tree9d392563c28ff7eaa68a6baa09ea85121d26321f /docs/docbook/projdoc/InterdomainTrusts.sgml
parent951aec08e8480690acbb10ab5e7db78db2e72061 (diff)
downloadsamba-bd6a7f756bbf0824b62480c572cff0e43ac7daef.tar.gz
samba-bd6a7f756bbf0824b62480c572cff0e43ac7daef.tar.bz2
samba-bd6a7f756bbf0824b62480c572cff0e43ac7daef.zip
Merging HEAD doc changes into 3.0.0
(This used to be commit 5fcceaf2a5d0ec10b9632831797256c90568a31a)
Diffstat (limited to 'docs/docbook/projdoc/InterdomainTrusts.sgml')
-rw-r--r--docs/docbook/projdoc/InterdomainTrusts.sgml22
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/docbook/projdoc/InterdomainTrusts.sgml b/docs/docbook/projdoc/InterdomainTrusts.sgml
index 0fc634c544..20422f9b45 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>
-<screen>
-<prompt>deity#</prompt> <userinput>smbpasswd -a -i rumba</userinput>
+<programlisting>
+ deity# smbpasswd -a -i rumba
New SMB password: XXXXXXXX
Retype SMB password: XXXXXXXX
Added user rumba$
-</screen>
-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>
+ where:
+ -a means to add a new account into the passdb database
+ -i means create this account with the Inter-Domain trust flag
-<para>
-The account name will be 'rumba$' (the name of the remote domain)
+ The account name will be 'rumba$' (the name ofthe remote domain)
+</programlisting>
</para>
<para>
@@ -192,13 +192,15 @@ Using your favourite shell while being logged on as root, issue this command:
</para>
<para>
-<prompt>deity# </prompt><userinput>net rpc trustdom establish rumba</userinput>
+<programlisting>
+ deity# net rpc trustdom establish rumba
+</programlisting>
</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
-<errorname>NT_STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT</errorname>. It means the
+<filename>NT_STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT</filename>. 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
@@ -207,7 +209,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 <filename>secrets.tdb</filename> file.
+your secrets.tdb file.
</para></note>
</sect2>