summaryrefslogtreecommitdiffstats
path: root/config/settings
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-16 12:17:32 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-16 12:17:32 -0400
commit53a87f698e38627c95e1e5e0f99a3b2f9f55ff13 (patch)
treec189566ed43918de0ccbd8f4a3c4c6c7f162e2b0 /config/settings
parentc70084fdd316b4ee8e4cd80a4ab8d66a7655043c (diff)
downloadthird_party-cobbler-53a87f698e38627c95e1e5e0f99a3b2f9f55ff13.tar.gz
third_party-cobbler-53a87f698e38627c95e1e5e0f99a3b2f9f55ff13.tar.xz
third_party-cobbler-53a87f698e38627c95e1e5e0f99a3b2f9f55ff13.zip
To make things easier to understand, enable RW-xmlrpc by default, just change the authentication modes to deny_all in the config file (by default)
Diffstat (limited to 'config/settings')
-rw-r--r--config/settings2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings b/config/settings
index 33eb4b1..fc6739a 100644
--- a/config/settings
+++ b/config/settings
@@ -43,7 +43,7 @@ tftpd_bin: /usr/sbin/in.tftpd
tftpd_conf: /etc/xinetd.d/tftp
webdir: /var/www/cobbler
xmlrpc_port: 25151
-xmlrpc_rw_enabled: 0
+xmlrpc_rw_enabled: 1
xmlrpc_rw_port: 25152
yum_post_install_mirror: 0
yumdownloader_flags: "--resolve"