path: debian-edu-config_2.12.904/ldap-tools/ldap-debian-edu-install
dns_stop() {
    # make sure to stop DNS service, to avoid hanging installer.
    PID=`pidof named || /bin/true`
    if [ -n "$PID" ]; then
        echo "info: stopping named with pid $PID"
