summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-04-29 17:24:29 -0400
committerSimo Sorce <simo@redhat.com>2014-05-01 21:05:47 -0400
commit33d8af8c15d28a32c42f056546cf391b2cffa803 (patch)
treec90c1ee8cecdc8f7512c8107a738b0488f06ab2b /setup.py
parentaaed708431955d4cc01e82f003c9d35851073510 (diff)
downloadipsilon-33d8af8c15d28a32c42f056546cf391b2cffa803.tar.gz
ipsilon-33d8af8c15d28a32c42f056546cf391b2cffa803.tar.xz
ipsilon-33d8af8c15d28a32c42f056546cf391b2cffa803.zip
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 <simo@redhat.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',