Package: slapd Version: 2.2.27-0pm3 Severity: wishlist Tags: patch Hi,
please enable the dynlist and proxycache overlays when building slapd. When these overlays are built as modules, there should not be any effect on slapd when they are not used in slapd.conf. The attached patch to configure.options sets the appropriate options to enable these overlays. CU Peter -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-1-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages slapd depends on: ii coreutils [fileutils] 5.2.1-2 The GNU core utilities ii debconf 1.4.51 Debian configuration management sy ii fileutils 5.2.1-2 The GNU file management utilities ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libdb4.2 4.2.52-19pm1 Berkeley v4.2 Database Libraries [ ii libiodbc2 3.52.2-3 iODBC Driver Manager ii libldap-2.2-7 2.2.27-0pm3 OpenLDAP libraries ii libltdl3 1.5.6-6 A system independent dlopen wrappe ii libperl5.8 5.8.7-3 Shared Perl library ii libsasl2 2.1.19-1.5 Authentication abstraction library ii libslp1 1.2.1-2 OpenSLP libraries ii libssl0.9.7 0.9.7e-3 SSL shared libraries ii libwrap0 7.6.dbs-8 Wietse Venema's TCP wrappers libra ii perl [libmime-base64-perl] 5.8.7-3 Larry Wall's Practical Extraction ii psmisc 21.6-1 Utilities that use the proc filesy -- debconf information excluded
--- debian/configure.options +++ debian/configure.options 2005-06-30 13:05:06.000000000 +0200 @@ -133,7 +133,9 @@ # #SLAPD Overlay Options: # --enable-dyngroup Dynamic Group overlay no|yes|mod [no] +--enable-dyngroup=mod # --enable-proxycache Proxy Cache overlay no|yes|mod [no] +--enable-proxycache=mod # #SLURPD (Replication Daemon) Options: # --enable-slurpd enable building slurpd [auto]

