summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-01-02 23:16:52 +0000
committerAndrew Bartlett <abartlet@samba.org>2006-01-02 23:16:52 +0000
commitd5a4747e0f2e0e8fb089dcadc3e1650434606a95 (patch)
tree85ecef6ca9f58af441fb34d30b9b298c9b2bc331
parent461b8f6e5919ba713a177ee9be4c15a7196399fc (diff)
downloadsamba-d5a4747e0f2e0e8fb089dcadc3e1650434606a95.tar.gz
samba-d5a4747e0f2e0e8fb089dcadc3e1650434606a95.tar.xz
samba-d5a4747e0f2e0e8fb089dcadc3e1650434606a95.zip
r12685: Add comments on builtin LDAP and KDC.
Andrew Bartlett
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 86ce60c586f..3d171740101 100644
--- a/NEWS
+++ b/NEWS
@@ -35,7 +35,17 @@ etc. TLS is supported out of the box.
Built-in KDC
============
-FIXME
+Samba4 ships with an integrated KDC (Kerberos Key Distribution
+Center). Backed directly onto our main internal database, and
+integrated with custom code to handle the PAC, Samba4's KDC is an
+integral part of our support for AD logon protocols.
+
+Built-in LDAP Server
+====================
+Like the situation with the KDC, Samba4 ships with it's own LDAP
+server, included to provide simple, built-in LDAP services in an AD
+(rather than distinctly standards) matching manner. The database is
+LDB, and it shares that in common with the rest of Samba.
Changed configuration options
=============================