diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 23:45:58 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 23:45:58 +0000 |
commit | 83faad0d0e0006d695af25c04c4526e02c39ad46 (patch) | |
tree | 00a9a05432d793f865f87eee866f8efeaeb6cc4f /docs/docbook/projdoc/DOMAIN_MEMBER.xml | |
parent | 7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf (diff) | |
download | samba-83faad0d0e0006d695af25c04c4526e02c39ad46.tar.gz samba-83faad0d0e0006d695af25c04c4526e02c39ad46.tar.bz2 samba-83faad0d0e0006d695af25c04c4526e02c39ad46.zip |
Conform better to the specs
(This used to be commit 412934e6d006697426e7adbcc686a5ab2b62742b)
Diffstat (limited to 'docs/docbook/projdoc/DOMAIN_MEMBER.xml')
-rw-r--r-- | docs/docbook/projdoc/DOMAIN_MEMBER.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/docbook/projdoc/DOMAIN_MEMBER.xml b/docs/docbook/projdoc/DOMAIN_MEMBER.xml index 94f6716e5d..9a7f2c1628 100644 --- a/docs/docbook/projdoc/DOMAIN_MEMBER.xml +++ b/docs/docbook/projdoc/DOMAIN_MEMBER.xml @@ -165,8 +165,8 @@ There are three ways to create machine trust accounts: corresponding UNIX account are created by hand. </para></listitem> - <indexterm><primary>Server Manager</primary></indexterm> <listitem><para> + <indexterm><primary>Server Manager</primary></indexterm> Using the MS Windows NT4 Server Manager (either from an NT4 Domain member server, or using the Nexus toolkit available from the Microsoft web site. This tool can be run from any MS Windows machine so long as the user is @@ -189,11 +189,12 @@ The first step in manually creating a machine trust account is to manually create the corresponding UNIX account in <filename>/etc/passwd</filename>. This can be done using <command>vipw</command> or another 'add user' command that is normally used to create new UNIX accounts. The following is an example for a Linux based Samba server: -</para> - <indexterm><primary>useradd</primary></indexterm> <indexterm><primary>vipw</primary></indexterm> + +</para> + <para> <screen> &rootprompt;<userinput>/usr/sbin/useradd -g 100 -d /dev/null -c <replaceable>"machine nickname"</replaceable> \ @@ -203,9 +204,9 @@ that is normally used to create new UNIX accounts. The following is an example </screen> </para> -<indexterm><primary>chpass</primary></indexterm> <para> +<indexterm><primary>chpass</primary></indexterm> On *BSD systems, this can be done using the <command>chpass</command> utility: </para> |