- way-late application of added error info in kadmind.init (#65853)
This commit is contained in:
parent
acad7e7e15
commit
74169f4b3c
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user