Hi Torsten, On Tue, Apr 12, 2005 at 05:51:25PM +0200, Torsten Landschoff wrote: > I got the following bug report in relation to smbldap-tools:
> On Tue, Apr 12, 2005 at 04:01:54PM +0200, Laurent CARON wrote: > > I installed ldap-utils on 8th April, and everything seemed fine until I > > tried to add a new user on my system. > > It complained about missing slappasswd (/usr/sbin/slappasswd -> > > ../lib/slapd). On another system, this file seems ok. > As slappasswd's functionality is included in the slapd binary getting it > added to the ldap-utils package again is next to impossible. OTOH I > understand that the functionality is really needed by smbldap-tools. So > this is basically a heads-up that I'd like to make up something about > this, perhaps you have an idea? I would recommend applying the attached patch; then this bug could be reassigned to smbldap-tools or closed. (It would no longer be RC at least, since the smbldap-tools package doesn't depend on ldap-utils currently either.) Cheers, -- Steve Langasek postmodern programmer
Index: debian/control
===================================================================
--- debian/control (revision 516)
+++ debian/control (working copy)
@@ -15,7 +15,7 @@
Recommends: db4.2-util, libsasl2-modules
Suggests: ldap-utils
Conflicts: umich-ldapd, ldap-server, libbind-dev, bind-dev, libltdl3 (=
1.5.4-1)
-Replaces: libldap2
+Replaces: libldap2, ldap-utils (<< 2.2.23-3)
Provides: ldap-server
Description: OpenLDAP server (slapd)
This is the OpenLDAP (Lightweight Directory Access Protocol) standalone
Index: debian/changelog
===================================================================
--- debian/changelog (revision 519)
+++ debian/changelog (working copy)
@@ -22,8 +22,10 @@
are worthwhile examples as well.
* Updated maintainer scripts to keep DB_CONFIG for LDAP databases over
upgrades (closes: #265860).
+ * Move slappasswd to the slapd package, since it's now a symlink and
+ isn't actually useful without the slapd binary.
- -- Steve Langasek <[EMAIL PROTECTED]> Sun, 17 Apr 2005 01:24:12 -0700
+ -- Steve Langasek <[EMAIL PROTECTED]> Sun, 17 Apr 2005 03:05:56 -0700
openldap2.2 (2.2.23-2) unstable; urgency=low
Index: debian/move_files
===================================================================
--- debian/move_files (revision 517)
+++ debian/move_files (working copy)
@@ -57,13 +57,6 @@
target=ldap-utils
echo -n " $target"
-# slappasswd is useful even without the server
-install -m755 -d debian/$target/usr/sbin
-install -m755 -d debian/$target/usr/share/man/man8
-mv debian/slapd/usr/sbin/slappasswd debian/$target/usr/sbin/
-mv debian/slapd/usr/share/man/man8/slappasswd.* \
- debian/$target/usr/share/man/man8/
-
install_stuff usr/bin
install_stuff usr/share/man/man1
install_stuff usr/share/man/man5/ldif*
signature.asc
Description: Digital signature

