summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-05 15:44:34 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-05 15:44:34 -0500
commitad2786aca0720eb4b70f2692224ef97b4f48e086 (patch)
treea9b540b2055160c06a4f0e217cf1ae50f9faef33
parentc7220a9340069f8bc9cc0f7cb840ada3a9cd994d (diff)
downloadthird_party-cobbler-ad2786aca0720eb4b70f2692224ef97b4f48e086.tar.gz
third_party-cobbler-ad2786aca0720eb4b70f2692224ef97b4f48e086.tar.xz
third_party-cobbler-ad2786aca0720eb4b70f2692224ef97b4f48e086.zip
Revise webui docs on manpage.
-rw-r--r--docs/cobbler.pod20
1 files changed, 2 insertions, 18 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 4200f29..bbb2202 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -670,25 +670,9 @@ Cobbler also makes itself available as a Python API for use by higher level mana
=head2 WEB USER INTERFACE
-Most of the day-to-day actions in cobbler's command line can be performed in Cobbler's Web UI. To enable and access the WebUI, perform the following steps.
+Most of the day-to-day actions in cobbler's command line can be performed in Cobbler's Web UI. To enable and access the WebUI, see the following documentation:
-1) Set xmlrpc_rw_enabled to 1 in /var/lib/cobbler/settings to enable network control.
-
-2) Change the admin xmlrpc secret in /etc/cobbler/auth.conf. You won't have to remember it.
-
-3) The default Web UI password is "cobbler/ILoveCobbler", to change this, run:
-
-htdigest /var/www/cgi-bin/cobbler/.htpasswd "Cobbler WebUI Authentication" cobbler
-
-4) SELinux users may also have to run:
-
-setsebool httpd_can_network_connect true
-
-chcon httpd_sys_content_t /etc/cobbler/auth.conf
-
-5) Run /sbin/service cobblerd restart.
-
-6) Visit http://yourserver.example.org/cgi-bin/cobbler/webui.cgi and log in with whatever you chose in step 3.
+https://hosted.fedoraproject.org/projects/cobbler/wiki/CobblerWebUi
=head1 EXIT_STATUS