aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-08-02 14:12:37 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-08-02 14:12:37 +0000
commitb2ebb95a36c3841ca9b51cb36261f0c94e83dd2b (patch)
treefdc14029445ced1eddfd35010ccd0c54642d0f49 /UPDATING
parentf9dc89aa93e45335c945ce9ad9d3a89eb52a38cf (diff)
downloadports-b2ebb95a36c3841ca9b51cb36261f0c94e83dd2b.tar.gz
ports-b2ebb95a36c3841ca9b51cb36261f0c94e83dd2b.zip
add a note about the necessity to use slapcat/slapadd when upgrading the OpenLDAP server
Notes
Notes: svn path=/head/; revision=115265
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 8 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 9d122cf248a0..f8477605dc05 100644
--- a/UPDATING
+++ b/UPDATING
@@ -90,15 +90,22 @@ Option "XkbRules" "xfree86"
the command "php -m".
20040717:
- AFFECTS: users of net/openldap2[12]{,-sasl}-client
+ AFFECTS: users of net/openldap21{,-sasl}-client
+ AUTHOR: eik@FreeBSD.org
OpenLDAP version 2.2 is now the default. To upgrade all ports do
portupgrade -rfo net/openldap22-client openldap-client
(or a similar command for the SASL variant). If you do not want to
upgrade, add the line `WANT_OPENLDAP_VER?=21' to /etc/make.conf
+ Note that when you want to upgrade openldap21{,sasl}-server, you have
+ to use slapcat/slapadd to migrate the database, since the internal
+ format is not binary compatible. Simply upgrading the server without
+ doing a slapcat first can corrupt your database.
+
20040717:
AFFECTS: users of mail/exim on FreeBSD 5.x
+ AUTHOR: eik@FreeBSD.org
The default location of the startup script has been changed to
${PREFIX}/etc/rc.d. When you depend on the previous behaviour,