diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-02 23:16:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:38 -0500 |
commit | d26d130aa4d7907327cded4d6914fb1a0dbdbd1d (patch) | |
tree | 9281365e104cf789cddbb4c24dc9b873c3a33161 /NEWS | |
parent | cc3719707908a7bb5aa5a5288fcea894d05743a0 (diff) | |
download | samba-d26d130aa4d7907327cded4d6914fb1a0dbdbd1d.tar.gz samba-d26d130aa4d7907327cded4d6914fb1a0dbdbd1d.tar.bz2 samba-d26d130aa4d7907327cded4d6914fb1a0dbdbd1d.zip |
r12685: Add comments on builtin LDAP and KDC.
Andrew Bartlett
(This used to be commit a7c168d8899a0cdafdbb40f0fb1b42a4a87857c6)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 ============================= |