From 5feb6fda358c557e8c8eea923315575b80152cbc Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 29 Apr 2003 15:18:57 +0000 Subject: Adding further change to accommodate the add machine script facility. (This used to be commit bec502c3b8bba1ae77a72c05da2f0de6e1b0931e) --- docs/docbook/projdoc/Samba-PDC-HOWTO.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/docbook') diff --git a/docs/docbook/projdoc/Samba-PDC-HOWTO.sgml b/docs/docbook/projdoc/Samba-PDC-HOWTO.sgml index 5f9be1131f..0bb3ccbfb7 100644 --- a/docs/docbook/projdoc/Samba-PDC-HOWTO.sgml +++ b/docs/docbook/projdoc/Samba-PDC-HOWTO.sgml @@ -469,20 +469,20 @@ is joined to the domain. 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 -add user script +add machine script option in smb.conf. This method is not required, however; corresponding Unix accounts may also be created manually. -Below is an example for a RedHat 6.2 Linux system. +Below is an example for a Red Hat Linux system. [global] # <...remainder of parameters...> - 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 -- cgit