Maybe you could just restrict the root access to a speficic (and empty) directory using chroot as a workaround ...
This would mean that the root user would still be able to login but could'nt do any harm because
a) he would be unable to leave the directory
b) you can also prevent him from using any command (cd, ls, rm, mkdir, e.g.)
Regards
Thomas