]> mj.ucw.cz Git - moe.git/blob - mop/mop.cf
Moved settings specific to MO-P to mop/mop.cf.
[moe.git] / mop / mop.cf
1 # Configuration file for the MO-P environment
2 # (c) 2001--2008 Martin Mares <mj@ucw.cz>
3
4 # These values are used when creating logins for eval and contestants
5 # (group id's are from the same range)
6 EVAL_UID_MIN=65000
7 CT_UID_MIN=65100
8 CT_UID_MAX=65199
9
10 # Sometimes we need to get a list of all contestants (not in the evaluator
11 # itself, but in various auxiliary scripts). In such cases we call mo-get-users,
12 # which either uses an explicit list of contestants CT_USER_LIST (username<tab>fullname),
13 # or (if undefined) scans /etc/passwd for users with UID between CT_UID_MIN and CT_UID_MAX.
14 CT_USER_LIST=userlist
15
16 # (optional) Use remote submitting
17 REMOTE_SUBMIT=1
18 REMOTE_SUBMIT_USER=mo-submit
19 REMOTE_SUBMIT_GROUP=mo-submit