add a note about the necessity to use slapcat/slapadd when upgrading the OpenLDAP server

This commit is contained in:
Oliver Eikemeier 2004-08-02 14:12:37 +00:00
parent f9dc89aa93
commit b2ebb95a36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115265

View file

@ -90,15 +90,22 @@ Option "XkbRules" "xfree86"
the command "php -m". the command "php -m".
20040717: 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 OpenLDAP version 2.2 is now the default. To upgrade all ports do
portupgrade -rfo net/openldap22-client openldap-client portupgrade -rfo net/openldap22-client openldap-client
(or a similar command for the SASL variant). If you do not want to (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 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: 20040717:
AFFECTS: users of mail/exim on FreeBSD 5.x AFFECTS: users of mail/exim on FreeBSD 5.x
AUTHOR: eik@FreeBSD.org
The default location of the startup script has been changed to The default location of the startup script has been changed to
${PREFIX}/etc/rc.d. When you depend on the previous behaviour, ${PREFIX}/etc/rc.d. When you depend on the previous behaviour,