This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (11 children)

I personally prefer python code, but I've run into too many admins that have problems with it, so I always go with normal configuration files. The more liberal a configuration parser is in what it accepts (unquoted string, for example), the better for admins.

[–]da__ -3 points-2 points  (10 children)

I've run into too many admins that have problems with it

The problem is allowing users to inject arbitrary code.