diff options
author | John Terpstra <jht@samba.org> | 2003-05-06 23:57:37 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-05-06 23:57:37 +0000 |
commit | f0bf4b1f535020927251ebb4d9c5a473ab6ccaf0 (patch) | |
tree | e9f4db9e756e417daf0cf9dbe823ba33dd795caf | |
parent | 078e66c8d24f4ad92d523e75db72618f68ec7e24 (diff) | |
download | samba-f0bf4b1f535020927251ebb4d9c5a473ab6ccaf0.tar.gz samba-f0bf4b1f535020927251ebb4d9c5a473ab6ccaf0.tar.bz2 samba-f0bf4b1f535020927251ebb4d9c5a473ab6ccaf0.zip |
More stuffing, this turkey will soon be done.
(This used to be commit 4c1c75ae224eb138a71058472b25f9c22b61b349)
-rw-r--r-- | docs/docbook/projdoc/Samba-PDC-HOWTO.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/Samba-PDC-HOWTO.xml b/docs/docbook/projdoc/Samba-PDC-HOWTO.xml index fa479d73ae..39d8eb6fc5 100644 --- a/docs/docbook/projdoc/Samba-PDC-HOWTO.xml +++ b/docs/docbook/projdoc/Samba-PDC-HOWTO.xml @@ -288,6 +288,22 @@ be revised to duely reflect all configuration and management requirements. <title>Preparing for Domain Control</title> <para> +There are two ways that MS Windows machines may interact with each other, with other servers, +and with Domain Controllers: Either as <empahsis>Stand-Alone</emphasis> systems, more commonly +called <empasis>Workgroup members</emphasis>, or as full participants in a security system, +more commonly called <emphasis>Domain Members</emphasis>. +</para> + +<para> +It should be noted that <emphasis>Workgroup membership</emphasis> involve no special configuration +other than the machine being configured so that the network configuration has a commonly used name +for it's workgroup entry. It is not uncommon for the name WORKGROUP to be used for this. With this +mode of configuration there are NO machine trust accounts and any concept of "membership" as such +is limited to the fact that all machines appear in the network neighbourhood to be logically +groupped together. +</para> + +<para> The following are necessary for configuring Samba-3 as an MS Windows NT4 style PDC for MS Windows NT4 / 200x / XP clients. </para> |