PDA

View Full Version : Disable cron access



RTKS
02-28-2004, 01:31 PM
I apologize if I didn't get this into the right forum or if this has been answered before.

Is there any way to disable cron access per user and/or per reseller? I'm not too thrilled with having some of my users be able to upload a script and then cron it.

jmstacey
02-28-2004, 01:58 PM
Not at the moment. I believe it was said that this would be one of the features after v2 or something..

-Jon-

l0rdphi1
02-28-2004, 04:02 PM
Yeah, this is definitely (http://www.directadmin.com/forum/showthread.php?threadid=2165&highlight=features#post12905) coming at some point.

My guess is DA will still be 1.x. Features are chugging along nice and fast.

DirectAdmin Support
02-28-2004, 06:18 PM
Hello,

For a really nasty hack, what you could do is chmod /usr/bin/crontab to 400 or something so that it can't be executed. That's a really ugly way of doing it.. but it would definately prevent them from adding crons :)

John