diff options
author | John Terpstra <jht@samba.org> | 2005-11-28 20:18:50 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:12 -0500 |
commit | ce6d43c4bc298bbbbb491f15decd0e379be70b78 (patch) | |
tree | b6e461762b615f02b7e86e5d10da80a0b0e45f92 | |
parent | e9a4c0ef706337c7775aa5668fc7b5407c08e65f (diff) | |
download | samba-ce6d43c4bc298bbbbb491f15decd0e379be70b78.tar.gz samba-ce6d43c4bc298bbbbb491f15decd0e379be70b78.tar.bz2 samba-ce6d43c4bc298bbbbb491f15decd0e379be70b78.zip |
Update to include Centrify information.
(This used to be commit 5056ca173177fb96d35e36612454eaddd5c3fb70)
-rw-r--r-- | docs/Samba3-ByExample/SBE-AddingUNIXClients.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/Samba3-ByExample/SBE-AddingUNIXClients.xml b/docs/Samba3-ByExample/SBE-AddingUNIXClients.xml index 875a47df27..1c4f453b98 100644 --- a/docs/Samba3-ByExample/SBE-AddingUNIXClients.xml +++ b/docs/Samba3-ByExample/SBE-AddingUNIXClients.xml @@ -2160,21 +2160,29 @@ hosts: files wins <para><indexterm> <primary>Identity management</primary> </indexterm> - There are really only three solutions that provide integrated authentication and + There are really four solutions that provide integrated authentication and user identity management facilities: </para> <itemizedlist> <listitem><para> - Samba winbind (free) + Samba winbind (free). Samba-3.0.20 introduced a complete replacement for Winbind that now + provides a greater level of scalability in large ADS environments. </para></listitem> <listitem><para> - <ulink url="http://www.padl.com">PADL</ulink> PAM and LDAP tools (free) + <ulink url="http://www.padl.com">PADL</ulink> PAM and LDAP tools (free). </para></listitem> <listitem><para> - <ulink url="http://www.vintela.com">Vintela</ulink> Authentication Services (commercial) + <ulink url="http://www.vintela.com">Vintela</ulink> Authentication Services (commercial). + </para></listitem> + + <listitem><para> + <ulink url="http://www.centrify.com">Centrify</ulink> DirectControl (commercial). + Centrify's commercial product allows UNIX and Linux systems to use Active Directory + security, directory and policy services. Enhancements include a centralized ID mapping that + allows Samba, DirectControl and Active Directory to seamlessly work together. </para></listitem> </itemizedlist> |