[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#584434: kdm should not start before kerberos KDC is ready to provide ticket



tags     584434 + patch
user     debian-edu@lists.debian.org
usertags 584434 + debian-edu
thanks

Here is a patch to add krb5-kdc to the should-start part, making sure
kdm starts after krb5-kdc if both are running on the same machine.

With this patch in place, I was able to log in using kerberos
authentication in Debian Edu.

--- /tmp/kdm	2010-07-09 14:01:22.507694299 +0200
+++ /etc/init.d/kdm	2010-07-09 13:44:11.000000000 +0200
@@ -3,7 +3,7 @@
 # Provides:          kdm
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
-# Should-Start:      console-screen kbd acpid dbus hal
+# Should-Start:      console-screen kbd acpid dbus hal krb5-kdc
 # Should-Stop:       console-screen kbd
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6

Happy hacking,
-- 
Petter Reinholdtsen



Reply to: