We need a cronjob or agent or something which detects disabled tools (via pwdAccountLockedTime) stops and disables grid jobs.
To disable future grid launches:
# qconf -arqs <toolname>_disable
{
name <toolname>_disable
description disable <toolname>
enabled TRUE
limit users tools.<toolname> to slots=0
}Deleting of existing running jobs is to be determined.