From f5856c6fbd39742a87d3c2522812c3c954babf1a Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Fri, 23 Jun 2006 01:44:52 +0000 Subject: [PATCH] gotchas for 6.99.5 --- docs/gotcha.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 913b8a7ce..0ade8113f 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -7,6 +7,15 @@ upgrading from one version to the next, or even between multiple versions. Be sure to heed the warnings contained herein as they will save you many hours of grief. +6.99.5 +-------------------------------------------------------------------- + + * In transfering LDAP from the users to group module, it was discovered + the ldap link must also be saved with the group. The upgrade attempts + to determine the proper LDAP Link to use, however it is not guarenteed + to be accurate. If you use LDAP groups in WebGUI, be sure and check + each one to make sure they are assigned to the appropriate LDAP Link. + 6.99.4 --------------------------------------------------------------------