summaryrefslogtreecommitdiffstats
path: root/cobbler/settings.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-03-07 11:26:04 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-03-07 11:26:04 -0500
commit64309dd05411ee5b8ca294da58ddac9ffc882168 (patch)
treea2f6b74a3cd783f624bd433bdd2fb50e28a1d673 /cobbler/settings.py
parentac60c2532fb410217a8e3f1fe2a4bf3bf6eb72fc (diff)
downloadthird_party-cobbler-64309dd05411ee5b8ca294da58ddac9ffc882168.tar.gz
third_party-cobbler-64309dd05411ee5b8ca294da58ddac9ffc882168.tar.xz
third_party-cobbler-64309dd05411ee5b8ca294da58ddac9ffc882168.zip
Getting ready for 0.8.2 release
Diffstat (limited to 'cobbler/settings.py')
-rw-r--r--cobbler/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cobbler/settings.py b/cobbler/settings.py
index 8cd7032..581403c 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -22,6 +22,8 @@ TESTMODE = False
# we need.
DEFAULTS = {
+ "allow_cgi_mac_registration" : 0,
+ "allow_cgi_profile_change" : 0,
"bootloaders" : {
"standard" : "/usr/lib/syslinux/pxelinux.0",
"ia64" : "/var/lib/cobbler/elilo-3.6-ia64.efi"