From 4f6d730917ea7b3e1669fa72ca3fb36118a3f106 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 30 Oct 2007 17:43:50 -0400 Subject: Moving the auth parts to a .htaccess and out of Apache config. Tested on my box with Digest auth and seems to work well. Misc associated packaging details. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 33f4f85..6a8ef22 100644 --- a/setup.py +++ b/setup.py @@ -64,9 +64,10 @@ if __name__ == "__main__": (cgipath, ['scripts/webui.cgi']), # miscellaneous config files + (cgipath, ['config/.htaccess']), (cgipath, ['config/.htpasswd']), (rotpath, ['config/cobblerd_rotate']), - (wwwconf, ['config/cobbler.conf','config/cobbler_webui.conf']), + (wwwconf, ['config/cobbler.conf']), (cobpath, ['config/cobbler_hosts']), (etcpath, ['config/modules.conf']), (etcpath, ['config/auth.conf']), -- cgit