Package: krb5-kdc
Version: 1.12.1+dfsg-10
Severity: wishlist
Tags: patch

Dear Maintainer,

I use slapd as backend for kerberos and, although it is not recommended, run
both services on the same machine.
However, with this setup the following problem arises:
When the machine boots, krb5-kdc gets started before slapd is ready and
therefore fails.
This can be solved by adding a dependency towards slapd in the init script of
krb5-kdc (see attached patch).
Since the usage of slapd is optional, a should dependency is sufficient.
Please contact me if there are any questions left.

Kind Regards,
Steven Malin



-- System Information:
Debian Release: 7.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- a/krb5-kdc	2014-09-04 05:14:48.000000000 +0200
+++ b/krb5-kdc	2014-09-26 23:39:23.869608817 +0200
@@ -4,6 +4,8 @@
 # Required-Start:       $local_fs $remote_fs $network $syslog
 # Required-Stop:        $local_fs $remote_fs $network $syslog
 # X-Start-Before: $x-display-manager                                          
+# Should-Start:         slapd
+# Should-Stop:          slapd
 # Default-Start:        2 3 4 5
 # Default-Stop:         0 1 6
 # Short-Description:    MIT Kerberos KDC

Reply via email to