summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-02-16 07:40:02 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-02-16 07:40:02 +0000
commitaf1fee86df64171f666e7472f9b881d60e6e7e98 (patch)
tree94bad633573e83a38b523e523f83162287fda5b6 /net-nds/openldap/openldap-2.1.26.ebuild
parentmarking stable (Manifest recommit) (diff)
downloadgentoo-2-af1fee86df64171f666e7472f9b881d60e6e7e98.tar.gz
gentoo-2-af1fee86df64171f666e7472f9b881d60e6e7e98.tar.bz2
gentoo-2-af1fee86df64171f666e7472f9b881d60e6e7e98.zip
add more notes on bug #41297 fix, from bug #41039.
Diffstat (limited to 'net-nds/openldap/openldap-2.1.26.ebuild')
-rw-r--r--net-nds/openldap/openldap-2.1.26.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-nds/openldap/openldap-2.1.26.ebuild b/net-nds/openldap/openldap-2.1.26.ebuild
index c42bc69961a4..173a1ad7e0ee 100644
--- a/net-nds/openldap/openldap-2.1.26.ebuild
+++ b/net-nds/openldap/openldap-2.1.26.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.26.ebuild,v 1.4 2004/02/12 03:42:42 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.26.ebuild,v 1.5 2004/02/16 07:40:02 robbat2 Exp $
inherit eutils
@@ -193,12 +193,14 @@ pkg_postinst() {
chmod 0640 /etc/openldap/slapd.conf.default
chown ldap:ldap /var/lib/openldap-{data,ldbm,slurp}
- # notes from bug 41297
+ # notes from bug #41297, bug #41039
ewarn "If you are upgrading from OpenLDAP 2.0, major changes have occured:"
ewarn "- bind_anon_dn is now disabled by default for security"
ewarn " add 'allow bind_anon_dn' to your config for the old behavior."
ewarn "- Default schemas have changed, you should slapcat your entire DB to"
- ewarn " a file, delete your DB, and then slapadd it again."
+ ewarn " a file, delete your DB, and then slapadd it again. Alternatively"
+ ewarn " you can try slapindex which should work in almost all cases. Be"
+ ewarn " sure to check the permissions on the database files afterwards!"
if use ssl; then
ewarn "- Self-signed SSL certificates are treated harshly by OpenLDAP 2.1"
ewarn " add 'TLS_REQCERT never' if you want to use them."