From c7220a9340069f8bc9cc0f7cb840ada3a9cd994d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 5 Dec 2007 15:43:13 -0500 Subject: Work on making the default service authenticator grok Apache htdigest files. --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d8d229f..0dc44b5 100644 --- a/setup.py +++ b/setup.py @@ -64,17 +64,15 @@ if __name__ == "__main__": (modpython, ['scripts/index.py']), # cgi files (cgipath, ['scripts/findks.cgi', 'scripts/nopxe.cgi']), - (cgipath, ['scripts/webui.cgi', 'scripts/post_install_trigger.cgi']), + (cgipath, ['scripts/post_install_trigger.cgi']), # miscellaneous config files - (cgipath, ['config/.htaccess']), - (cgipath, ['config/.htpasswd']), (rotpath, ['config/cobblerd_rotate']), (wwwconf, ['config/cobbler.conf']), (cobpath, ['config/cobbler_hosts']), (etcpath, ['config/modules.conf']), (etcpath, ['config/auth.conf']), - (etcpath, ['config/webui-cherrypy.cfg']), + (etcpath, ['config/users.digest']), (etcpath, ['config/rsync.exclude']), (initpath, ['config/cobblerd']), (cobpath, ['config/settings']), -- cgit