From 0805e18d1e4077605b382acb9322996a90782c4d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 5 Dec 2007 18:59:24 -0500 Subject: Some initial work on kerberos authentication via a helper program, some work on making the API have access to the log files and logging everything done there. The logging work, as well as kerb testing, are incomplete at this point, though authn_configfile works fine. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e839fd6..75b06f0 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ if __name__ == "__main__": "cobbler/modules", "cobbler/webui", ], - scripts = ["scripts/cobbler", "scripts/cobblerd"], + scripts = ["scripts/cobbler", "scripts/cobblerd", "scripts/cobbler_auth_help"], data_files = [ (modpython, ['scripts/index.py']), # cgi files -- cgit