summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-12-21 09:15:17 +0100
committerKarolin Seeger <kseeger@samba.org>2009-01-02 12:44:22 +0100
commitb229fa21a185510e1a3689292f363516ba947b39 (patch)
tree826fc8f356ed6df3c29612b854a76d8d9e357a6e /WHATSNEW.txt
parent881a3e7211c077236253e9748b9ac2dc060a4941 (diff)
downloadsamba-b229fa21a185510e1a3689292f363516ba947b39.tar.gz
samba-b229fa21a185510e1a3689292f363516ba947b39.tar.xz
samba-b229fa21a185510e1a3689292f363516ba947b39.zip
WHATSNEW: Add "ldap ssl = start tls" to the release notes.
Karolin (cherry picked from commit 9a94c466210097c852d7e049a57e5777dea6ad84)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index b5aac3ff654..76cb29d8de0 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -13,6 +13,7 @@ Major enhancements in Samba 3.3.0 include:
Configuration/installation:
o Splitting of library directory into library directory and separate
modules directory.
+ o The default value of "ldap ssl" has been changed to "start tls".
File Serving:
o Extended Cluster support.
@@ -45,6 +46,17 @@ A new option "--with-modulesdir" has been added to allow the specification
of a separate directory for the shared modules.
+Configuration changes
+=====================
+
+The default value of "ldap ssl" has been changed to "start tls". This means,
+Samba will use the LDAPv3 StartTLS extended operation (RFC2830) for
+communicating with directory servers by default. If your directory servers
+do not support this extended operation, you will have to set
+"ldap ssl = no". Otherwise, Samba could not contact the directory servers
+anymore!
+
+
Winbind idmap backend changes
=============================
@@ -167,6 +179,7 @@ smb.conf changes
idmap domains Removed
init logon delayed hosts New ""
init logon delay New 100
+ ldap ssl Changed Default start tls
winbind reconnect delay New 30