summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-04 16:36:32 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-04 16:36:32 -0500
commit58cae26af9b3a868041b52fc0dde6047faff73a3 (patch)
tree6ed3d21a598cfc3e513e6315d7275d2b32ff8101 /Makefile
parent57ef142ab094e156bb25b077ce16563dfde5a8ff (diff)
downloadthird_party-cobbler-58cae26af9b3a868041b52fc0dde6047faff73a3.tar.gz
third_party-cobbler-58cae26af9b3a868041b52fc0dde6047faff73a3.tar.xz
third_party-cobbler-58cae26af9b3a868041b52fc0dde6047faff73a3.zip
AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now active for mod_python using AuthN/AuthZ, backend now also doing AuthZ. default AuthN mechanism is using /etc/cobbler/auth.conf for now, which needs to be replaced, should use htdigest data at minimum.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6e8ac88..8bef981 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,10 @@ devinstall:
chown -R apache /var/www/cgi-bin/cobbler
chmod -R +x /var/www/cobbler/web
+webtest: devinstall
+ /sbin/service cobblerd restart
+ /sbin/service httpd restart
+
sdist: clean messages updatewui
python setup.py sdist