- 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.
|
# 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
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user