From 33d8af8c15d28a32c42f056546cf391b2cffa803 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 29 Apr 2014 17:24:29 -0400 Subject: Add IPA helper for server install The IPa helper chcks a krb keytab is available for the local HTTPD service at the standard ipa location, and if not available, tries to register the sevice and retrieve one from the IPA server. At the end of the process forces the activation of the krb plugin as well as the fallback to pam for authentication. Signed-off-by: Simo Sorce --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4b4406b..4bf2a41 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( license = 'GPLv3+', packages = ['ipsilon', 'ipsilon.admin', 'ipsilon.login', 'ipsilon.util', 'ipsilon.providers', 'ipsilon.providers.saml2', - 'ipsilon.tools'], + 'ipsilon.tools', 'ipsilon.helpers'], data_files = [('share/man/man7', ["man/ipsilon.7"]), ('share/doc/ipsilon', ['COPYING']), ('share/doc/ipsilon/examples', ['examples/ipsilon.conf', -- cgit