- way-late application of added error info in kadmind.init (#65853)

This commit is contained in:
Nalin Dahyabhai 2006-10-18 16:02:47 +00:00
parent acad7e7e15
commit 74169f4b3c
2 changed files with 5 additions and 0 deletions

View File

@ -30,9 +30,11 @@ RETVAL=0
# Shell functions to cut down on useless shell instances. # Shell functions to cut down on useless shell instances.
start() { start() {
if [ ! -f /var/kerberos/krb5kdc/principal ] ; then if [ ! -f /var/kerberos/krb5kdc/principal ] ; then
echo -n $"Error. Default principal database does not exist."
exit 0 exit 0
fi fi
if [ -f /var/kerberos/krb5kdc/kpropd.acl ] ; then if [ -f /var/kerberos/krb5kdc/kpropd.acl ] ; then
echo -n $"Error. This appears to be a slave server, found kpropd.acl"
exit 0 exit 0
else else
if [ ! -f /var/kerberos/krb5kdc/kadm5.keytab ] ; then if [ ! -f /var/kerberos/krb5kdc/kadm5.keytab ] ; then

View File

@ -133,6 +133,9 @@ network uses Kerberos, this package should be installed on every
workstation. workstation.
%changelog %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 * 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) - provide docs in PDF format instead of as tex source (Enrico Scholz, #209943)