diff options
author | John Terpstra <jht@samba.org> | 2003-05-08 07:40:21 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-05-08 07:40:21 +0000 |
commit | 8210b69406f8b3b213cb7d9fdc5c58986f80a56b (patch) | |
tree | d657efe0234bba25f7cd7ab9f82c197e45db12fc /docs/docbook/projdoc/Samba-PDC-HOWTO.xml | |
parent | 53f0ebc82b27347264c0ebc972487c6f62eb8933 (diff) | |
download | samba-8210b69406f8b3b213cb7d9fdc5c58986f80a56b.tar.gz samba-8210b69406f8b3b213cb7d9fdc5c58986f80a56b.tar.bz2 samba-8210b69406f8b3b213cb7d9fdc5c58986f80a56b.zip |
Another set of updates to the docs.
(This used to be commit 9abe3b23836ae75bd31fd2af4c7d82f34c27f52a)
Diffstat (limited to 'docs/docbook/projdoc/Samba-PDC-HOWTO.xml')
-rw-r--r-- | docs/docbook/projdoc/Samba-PDC-HOWTO.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/Samba-PDC-HOWTO.xml b/docs/docbook/projdoc/Samba-PDC-HOWTO.xml index fddd5aade6..552a95c878 100644 --- a/docs/docbook/projdoc/Samba-PDC-HOWTO.xml +++ b/docs/docbook/projdoc/Samba-PDC-HOWTO.xml @@ -69,6 +69,24 @@ to not inflict pain on others. Do your learning on a test network. <title>Features and Benefits</title> <para> +<emphasis>What is the key benefit of Microsoft Domain security?</emphasis> +</para> + +<para> +In a word, <emphasis>Single Sign On</emphasis>, or SSO for short. This to many is the holy +grail of MS Windows NT and beyond networking. SSO allows users in a well designed network +to log onto any workstation that is a member of the domain that their user account is in +(or in a domain that has an appropriate trust relationship with the domain they are visiting) +and they will be able to log onto the network and access resources (shares, files, and printers) +as if they are sitting at their home (personal) workstation. This is a feature of the Domain +security protocols. +</para> + +<para> +The benefits of Domain security are fully available to those sites that deploy a Samba PDC. +</para> + +<para> The following functionalities are new to the Samba-3 release: </para> |