diff options
author | John Terpstra <jht@samba.org> | 2003-05-08 07:40:57 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-05-08 07:40:57 +0000 |
commit | 949b2e3f6f08f2790ced7ad83f5edc5b8f782ab3 (patch) | |
tree | 15ce560b97577a2bb235b1c1b20f350269ebeb09 /docs/docbook/projdoc/Samba-PDC-HOWTO.xml | |
parent | 243b831de606f3c2dcc4111e2d7b5e30347676a9 (diff) | |
download | samba-949b2e3f6f08f2790ced7ad83f5edc5b8f782ab3.tar.gz samba-949b2e3f6f08f2790ced7ad83f5edc5b8f782ab3.tar.bz2 samba-949b2e3f6f08f2790ced7ad83f5edc5b8f782ab3.zip |
Another set of updates.
(This used to be commit 5fc92d4596956ad7a2f099276fb529d0ba28d10b)
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> |