summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2006-10-18 16:02:47 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2006-10-18 16:02:47 +0000
commit74169f4b3c2fb7b619b0772185f1dec7555012e5 (patch)
treebfa8d84a803f007524490c2c89197ca1313e2827
parentacad7e7e154c07ff319955ecec5d8cac2adda0ec (diff)
downloadkrb5-74169f4b3c2fb7b619b0772185f1dec7555012e5.tar.gz
krb5-74169f4b3c2fb7b619b0772185f1dec7555012e5.tar.xz
krb5-74169f4b3c2fb7b619b0772185f1dec7555012e5.zip
- way-late application of added error info in kadmind.init (#65853)
-rwxr-xr-xkadmind.init2
-rw-r--r--krb5.spec3
2 files changed, 5 insertions, 0 deletions
diff --git a/kadmind.init b/kadmind.init
index 458c612..c63f12e 100755
--- a/kadmind.init
+++ b/kadmind.init
@@ -30,9 +30,11 @@ RETVAL=0
# Shell functions to cut down on useless shell instances.
start() {
if [ ! -f /var/kerberos/krb5kdc/principal ] ; then
+ echo -n $"Error. Default principal database does not exist."
exit 0
fi
if [ -f /var/kerberos/krb5kdc/kpropd.acl ] ; then
+ echo -n $"Error. This appears to be a slave server, found kpropd.acl"
exit 0
else
if [ ! -f /var/kerberos/krb5kdc/kadm5.keytab ] ; then
diff --git a/krb5.spec b/krb5.spec
index a4d1c5e..22c9a50 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -133,6 +133,9 @@ network uses Kerberos, this package should be installed on every
workstation.
%changelog
+* Wed Oct 18 2006 Nalin Dahyabhai <nalin@redhat.com> - 1.5-10
+- way-late application of added error info in kadmind.init (#65853)
+
* Mon Oct 9 2006 Nalin Dahyabhai <nalin@redhat.com> - 1.5-9
- provide docs in PDF format instead of as tex source (Enrico Scholz, #209943)