From d26d130aa4d7907327cded4d6914fb1a0dbdbd1d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 2 Jan 2006 23:16:52 +0000 Subject: r12685: Add comments on builtin LDAP and KDC. Andrew Bartlett (This used to be commit a7c168d8899a0cdafdbb40f0fb1b42a4a87857c6) --- NEWS | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 86ce60c586..3d17174010 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 ============================= -- cgit