Addressed bugs 225066 and 190821.

Also fixed "ReconfigureInterval=0" issue and added the ability
to search using multiple search roots configured on a per-realm
basis in the iaRealms file.
This commit is contained in:
Juan Carlos Luciani
2007-01-17 12:14:29 +00:00
parent a2819af8fd
commit f8decf4b84
16 changed files with 376 additions and 78 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jan 17 16:52:46 MST 2007 - jluciani@novell.com
- Fixed BUG225066 (Uninstall doesn't cleanup).
- Addressed BUG190821 (CASA-AD - Display name is being used
instead of the account name).
- Added the ability to search an identity source using
more than one context (search root).
- Fixed problem that was keeping us from disabling the
auto-reconfigure feature by setting the service
reconfigure interval to 0.
- The upgrade path for the ATS was not cleaning up the
appropriate webapp folder so the new webapp was not
getting re-deployed.
-------------------------------------------------------------------
Fri Jan 12 10:23:06 MST 2007 - jluciani@novell.com