- don't exit if we have a kldap db
This commit is contained in:
parent
83381c77e7
commit
f330d3856e
@ -34,8 +34,8 @@ start() {
|
||||
# then we don't know for sure that this is an error.
|
||||
if ! grep -q 'db_library.*=.*kldap' /etc/krb5.conf ; then
|
||||
echo $"Error. Default principal database does not exist."
|
||||
exit 0
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
if [ -f /var/kerberos/krb5kdc/kpropd.acl ] ; then
|
||||
echo $"Error. This appears to be a slave server, found kpropd.acl"
|
||||
|
Loading…
Reference in New Issue
Block a user