pkgsrc/databases/openldap/patches/patch-bh
ghen fb30bb7abe Update openldap packages to OpenLDAP 2.4.7 (forced update for db4-4.6.x
support, reported via PR pkg/37745 ).

OpenLDAP 2.4.x brings a lot of new features, including multi-master support,
dynamic configuration and schema changes, automatic reverse group membership,
significant performance improvements, etc.  One of the most noticeable changes
for administrators though is the removal if the slurpd daemon (in favour of
the sync replication mechanism).  Users of slurpd replication should migrate
to sync replication before upgrading to OpenLDAP 2.4.x.
2008-01-13 17:15:15 +00:00

14 lines
378 B
Text

$NetBSD: patch-bh,v 1.3 2008/01/13 17:15:17 ghen Exp $
--- include/portable.hin.orig 2007-09-01 01:13:53.000000000 +0200
+++ include/portable.hin
@@ -987,6 +987,9 @@
/* define for Sequential Modify overlay */
#undef SLAPD_OVER_SEQMOD
+/* define for smbk5pwd overlay */
+#undef SLAPD_OVER_SMBK5PWD
+
/* define for Syncrepl Provider overlay */
#undef SLAPD_OVER_SYNCPROV