summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-07-08 14:27:47 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-07-08 14:27:47 -0400
commit7c2c5a2f0e25e1a34e83a5561940f05504a76441 (patch)
tree1404a6435af03c9a029a57f4322d1545641c74d1 /config
parentd46274075ae14e067412c9899c511d9296c71ac0 (diff)
downloadcobbler-7c2c5a2f0e25e1a34e83a5561940f05504a76441.tar.gz
cobbler-7c2c5a2f0e25e1a34e83a5561940f05504a76441.tar.xz
cobbler-7c2c5a2f0e25e1a34e83a5561940f05504a76441.zip
Adding authn_spacewalk module, which is usable to authenticate Cobbler against spacewalki or Red Hat satellite. Actual usage of this feature is gated by https://bugzilla.redhat.com/show_bug.cgi?id=454474 which means the API for Spacewalk has some problems still. Details on usage are on the Wiki under the RhnTips page.
Diffstat (limited to 'config')
-rw-r--r--config/settings6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/settings b/config/settings
index bfc98a73..85f3f4a6 100644
--- a/config/settings
+++ b/config/settings
@@ -156,6 +156,12 @@ server: '127.0.0.1'
# this directory should not be required.
snippetsdir: /var/lib/cobbler/snippets
+# if modules.conf specifies authn_spacewalk, this is the XMLRPC
+# endpoint to authenticate against. If Satellite/Spacewalk is
+# not in use, ignore this setting entirely.
+# See fedorahosted.org/spacewalk for details on that project.
+spacewalk_url: "http://satellite.example.com/rpc/api"
+
# by default, installs are set to send syslog traffic on this port
# and cobblerd will listen on this port. syslog data (for installs
# that support it... RHEL 5 and later, etc) is logged in /var/log/cobbler