summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-07-04 13:35:35 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-07-04 13:35:35 +0000
commit9cc52051e1a671317feb7bcfa12961378958409e (patch)
treec386415346f2942242434154bc2629b6463399fe /WHATSNEW.txt
parent4168d61fb22e19a248a6c3d3ad43e2f73e37fc6a (diff)
downloadsamba-9cc52051e1a671317feb7bcfa12961378958409e.tar.gz
samba-9cc52051e1a671317feb7bcfa12961378958409e.tar.bz2
samba-9cc52051e1a671317feb7bcfa12961378958409e.zip
Update WHATSNEW with the further LDAP schema changes in previous commit.
Andrew Bartlett (This used to be commit 81f84cc57fb39cc8d5edf8cf1005159c67031142)
Diffstat (limited to 'WHATSNEW.txt')
-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
------------------------