diff options
author | John Terpstra <jht@samba.org> | 2003-04-29 15:16:44 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-29 15:16:44 +0000 |
commit | e38127f4f285e3c5439e12fe8859043582e328be (patch) | |
tree | 075a7f22dbc2fdd90b579ef38513e36ae6de7632 /docs/docbook | |
parent | d1ac14a49c015c8d127deaeff0f7b7f72d5b2e24 (diff) | |
download | samba-e38127f4f285e3c5439e12fe8859043582e328be.tar.gz samba-e38127f4f285e3c5439e12fe8859043582e328be.tar.bz2 samba-e38127f4f285e3c5439e12fe8859043582e328be.zip |
Add reference to use of the add machine script for on-the-fly machine account creation.
(This used to be commit 843673947ed42720397ed30cf678e06f4fb11c6d)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/projdoc/Samba-PDC-HOWTO.sgml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/docbook/projdoc/Samba-PDC-HOWTO.sgml b/docs/docbook/projdoc/Samba-PDC-HOWTO.sgml index 6a3bcacf17..5f9be1131f 100644 --- a/docs/docbook/projdoc/Samba-PDC-HOWTO.sgml +++ b/docs/docbook/projdoc/Samba-PDC-HOWTO.sgml @@ -368,7 +368,10 @@ There are two ways to create machine trust accounts: account is automatically created by Samba at the time the client is joined to the domain. (For security, this is the recommended method.) The corresponding Unix account may be - created automatically or manually. </para> + created automatically or manually. This option requires that the + administrator configures in smb.conf [globals] the <emphasis>add machine script</emphasis> + parameter entry. + </para> </listitem> </itemizedlist> |