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. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 5b03510..7375351 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,6 @@ include loaders/COPYING_ELILO include loaders/elilo-3.6-ia64.efi include loaders/menu.c32 include config/cobbler.conf -include config/cobbler_webui.conf include config/rsync.exclude include config/cobblerd include config/cobblerd_rotate @@ -11,6 +10,7 @@ include config/modules.conf include config/auth.conf include config/webui-cherrypy.cfg include config/settings +include config/.htaccess include config/.htpasswd recursive-include templates *.template recursive-include kickstarts *.ks -- cgit