]> git.sur5r.net Git - openldap/commitdiff
Upgrading from 2.3.x Appendix added. Please comment.
authorGavin Henry <ghenry@openldap.org>
Mon, 3 Sep 2007 22:59:36 +0000 (22:59 +0000)
committerGavin Henry <ghenry@openldap.org>
Mon, 3 Sep 2007 22:59:36 +0000 (22:59 +0000)
doc/guide/admin/Makefile
doc/guide/admin/appendix-upgrading.sdf [new file with mode: 0644]
doc/guide/admin/aspell.en.pws
doc/guide/admin/master.sdf

index 6b33980f982a729b14a62baf83c01931ecb4bd67..f4ba869bc8ef3cd135b0863d5f119241d9945925 100644 (file)
@@ -18,7 +18,9 @@ sdf-src: \
        ../plain.sdf \
        ../preamble.sdf \
        abstract.sdf \
+       appendix-changes.sdf \
        appendix-configs.sdf \
+       appendix-upgrading.sdf \
        backends.sdf \
        config.sdf \
        dbtools.sdf \
@@ -66,4 +68,4 @@ guide.pdf: admin.html
        htmldoc --batch guide.book
 
 clean: 
-       rm -f *.pdf *.html *~
+       rm -f *.pdf *.html *~ *.bak
diff --git a/doc/guide/admin/appendix-upgrading.sdf b/doc/guide/admin/appendix-upgrading.sdf
new file mode 100644 (file)
index 0000000..eedfb10
--- /dev/null
@@ -0,0 +1,44 @@
+# $OpenLDAP$
+# Copyright 2007 The OpenLDAP Foundation, All Rights Reserved.
+# COPYING RESTRICTIONS APPLY, see COPYRIGHT.
+
+H1: Upgrading from 2.3.x
+
+The following sections attempt to document the steps you will need to take in order 
+to upgrade from the latest 2.3.x OpenLDAP version.
+
+The normal upgrade procedure, as discussed in the {{SECT:Maintenance}} section, should 
+of course still be followed prior to doing any of this.
+
+H2: Monitor Backend
+
+Note: This is a temporary requirement and is subject to change over the next 2.4.x beta release cycle
+
+A monitor ({{slapd-monitor(5)}}) now needs a {{rootdn}} entry. If you do not have
+one, {{slapd}} will fail to start up with an error message like so:
+
+>           monitor_back_register_entry_attrs(""): base="cn=databases,cn=monitor" scope=one
+>           filter="(namingContexts:distinguishedNameMatch:=dc=example,dc=com)": unable to find entry
+>           backend_startup_one: bi_db_open failed! (1)
+>           slap_startup failed (test would succeed using the -u switch)
+
+Here is a complete {{database monitor}} example:
+
+
+>           database monitor
+>           rootdn cn=monitor
+>           rootpw change_me
+
+
+H2: {{B:cn=config}} olc* attributes
+
+Quite a few {{olc*}} attributes have now become obsolete, if you see in your logs 
+entries like below, just remove them from the relevant ldif file.
+
+>           olcReplicationInterval: value #0: <olcReplicationInterval> keyword is obsolete (ignored)
+
+
+
+
+ADD MORE HERE
+
index a28b908c2f1d9783d35bad8e054052aae6ed1410..ef1e8fb3bd9d0e55794a3d71ef5dbb70bf15a318 100644 (file)
@@ -1,4 +1,4 @@
-personal_ws-1.1 en 1405 
+personal_ws-1.1 en 1406 
 nattrsets
 inappropriateAuthentication
 api
@@ -648,6 +648,7 @@ olcBackendConfig
 dn
 fd
 LDAPSync
+olcReplicationInterval
 fG
 fi
 eq
index f9dc9ee61a3d6dce57248f4a4a402e345530a8e9..ec495af9091509d47c3e395cac8649fb1e3d3be7 100644 (file)
@@ -88,6 +88,10 @@ PB:
 !include "appendix-changes.sdf"; appendix
 PB:
 
+# Upgrade from 2.3.x
+!include "appendix-upgrading.sdf"; appendix
+PB:
+
 # Config file examples
 !include "appendix-configs.sdf"; appendix
 PB: