diff options
author | John Terpstra <jht@samba.org> | 2003-04-29 15:18:57 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-29 15:18:57 +0000 |
commit | 5feb6fda358c557e8c8eea923315575b80152cbc (patch) | |
tree | 7054c787e0e5763cc679290f5c01d00642ce9f40 /docs | |
parent | e38127f4f285e3c5439e12fe8859043582e328be (diff) | |
download | samba-5feb6fda358c557e8c8eea923315575b80152cbc.tar.gz samba-5feb6fda358c557e8c8eea923315575b80152cbc.tar.bz2 samba-5feb6fda358c557e8c8eea923315575b80152cbc.zip |
Adding further change to accommodate the add machine script facility.
(This used to be commit bec502c3b8bba1ae77a72c05da2f0de6e1b0931e)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/projdoc/Samba-PDC-HOWTO.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
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. </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. </para> -<para>Below is an example for a RedHat 6.2 Linux system. +<para>Below is an example for a Red Hat Linux system. </para> <para><programlisting> [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 </programlisting></para> </sect2> |