From fcb4cb6bdbb71b3c49215b9da9c4e1c97c7ab20c Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 29 Oct 2007 16:40:13 -0400 Subject: Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess / etc --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f094d8b..93cb058 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ if __name__ == "__main__": (cgipath, ['scripts/webui.cgi']), # miscellaneous config files + (cgipath, ['config/.htaccess']), (rotpath, ['config/cobblerd_rotate']), (wwwconf, ['config/cobbler.conf']), (cobpath, ['config/cobbler_hosts']), @@ -148,7 +149,6 @@ if __name__ == "__main__": (wwwtmpl, ['webui_templates/master.tmpl']), (wwwtmpl, ['webui_templates/item.tmpl']), (wwwtmpl, ['webui_templates/index.tmpl']), - (wwwtmpl, ['webui_templates/login.tmpl']), # Web UI kickstart file editing (wwwtmpl, ['webui_templates/ksfile_edit.tmpl']), -- cgit