summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-30 22:19:40 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-30 22:19:40 +0000
commitfc00f2ed93c537430b6c85e0f58c20be8025bf70 (patch)
tree1592a4b189e27d468a7961e6fa663b0117e3c7af /docs
parentcfdcebc8f0eefa1e6fbe05e9d8edbe14c31276c1 (diff)
downloadsamba-fc00f2ed93c537430b6c85e0f58c20be8025bf70.tar.gz
samba-fc00f2ed93c537430b6c85e0f58c20be8025bf70.tar.bz2
samba-fc00f2ed93c537430b6c85e0f58c20be8025bf70.zip
'add machine script' is used to create unix accounts for machine accounts
(This used to be commit 386ba78e787ebae8109e39686d0b8d9875dd12e1)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/projdoc/Samba-PDC-HOWTO.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docbook/projdoc/Samba-PDC-HOWTO.xml b/docs/docbook/projdoc/Samba-PDC-HOWTO.xml
index 6a3bcacf17..0189b59f2e 100644
--- a/docs/docbook/projdoc/Samba-PDC-HOWTO.xml
+++ b/docs/docbook/projdoc/Samba-PDC-HOWTO.xml
@@ -466,7 +466,7 @@ is joined to the domain. </para>
<para>Since each Samba machine trust account requires a corresponding
Unix account, a method for automatically creating the
Unix account is usually supplied; this requires configuration of the
-<ulink url="smb.conf.5.html#ADDUSERSCRIPT">add user script</ulink>
+<ulink url="smb.conf.5.html#ADDMACHINESCRIPT">add machine script</ulink>
option in <filename>smb.conf</filename>. This
method is not required, however; corresponding Unix accounts may also
be created manually.
@@ -479,7 +479,7 @@ be created manually.
<para><programlisting>
[global]
# &lt;...remainder of parameters...&gt;
- add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
+ add machine script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
</programlisting></para>
</sect2>
@@ -621,7 +621,7 @@ wrong?
<para>
This problem is caused by the PDC not having a suitable machine trust account.
-If you are using the <parameter>add user script</parameter> method to create
+If you are using the <parameter>add machine script</parameter> method to create
accounts then this would indicate that it has not worked. Ensure the domain
admin user system is working.
</para>