From f157e663f131bc26f351475226cce38b957cd0bd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 7 Apr 2003 15:02:51 +0000 Subject: Some layout fixes + typo (This used to be commit c4a02bf35bc399c1926aee158c5215c180f393ae) --- docs/docbook/projdoc/InterdomainTrusts.sgml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'docs/docbook/projdoc/InterdomainTrusts.sgml') 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: - - deity# smbpasswd -a -i rumba + +deity# smbpasswd -a -i rumba New SMB password: XXXXXXXX Retype SMB password: XXXXXXXX Added user rumba$ + - where: - -a means to add a new account into the passdb database - -i means create this account with the Inter-Domain trust flag +where -a means to add a new account into the passdb database and -i means create this account with the Inter-Domain trust flag. + - The account name will be 'rumba$' (the name ofthe remote domain) - + +The account name will be 'rumba$' (the name of the remote domain) @@ -192,15 +192,13 @@ Using your favourite shell while being logged on as root, issue this command: - - deity# net rpc trustdom establish rumba - +deity# net rpc trustdom establish rumba 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 -NT_STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT. It means the +NT_STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT. 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 that you have to run this command as root, since you need write access to -your secrets.tdb file. +your secrets.tdb file. -- cgit