Some layout fixes + typo
authorJelmer Vernooij <jelmer@samba.org>
Mon, 7 Apr 2003 15:02:51 +0000 (15:02 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 7 Apr 2003 15:02:51 +0000 (15:02 +0000)
(This used to be commit c4a02bf35bc399c1926aee158c5215c180f393ae)

docs/docbook/projdoc/InterdomainTrusts.sgml

index 20422f9b45ccf7d2032d16e94d3e44fdddcdd7ef..0fc634c5440c9ac014483d466c41880d03318ed1 100644 (file)
@@ -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>