summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--WHATSNEW.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 3bc90b1406..5c74c95411 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -463,9 +463,8 @@ Other new object classes and their uses include:
* sambaDomain - domain information used to allocate rids
for users and groups as necessary. The attributes are added
- in 'ldap suffix' directory entry automatically if
- an idmap uid/gid range has been set and the 'ldapsam'
- passdb backend has been selected.
+ in 'ldap suffix' directory entry automatically apon first
+ connection to the directory.
* sambaGroupMapping - an object representing the
relationship between a posixGroup and a Windows
@@ -480,6 +479,9 @@ Other new object classes and their uses include:
SID and a UNIX uid/gid. These objects are created by the
idmap_ldap module as needed.
+ * sambaSidEntry - object representing a SID alone, as a Structural
+ class on which to build the sambaIdmapEntry.
+
New Suffix for Searching
------------------------