diff options
| author | Simo Sorce <simo@redhat.com> | 2015-05-08 13:39:29 -0400 |
|---|---|---|
| committer | Jan Cholasta <jcholast@redhat.com> | 2015-10-15 14:24:33 +0200 |
| commit | 463dda30679da9ac5eea5683984002989965e2a5 (patch) | |
| tree | e1e6c421598e7586e47bb7d3377a19ae3f2d6d44 /ipapython/setup.py.in | |
| parent | ba22999cefb57f344acdc63a553d569ab6249099 (diff) | |
| download | freeipa-463dda30679da9ac5eea5683984002989965e2a5.tar.gz freeipa-463dda30679da9ac5eea5683984002989965e2a5.tar.xz freeipa-463dda30679da9ac5eea5683984002989965e2a5.zip | |
Add ipa-custodia service
Add a customized Custodia daemon and enable it after installation.
Generates server keys and loads them in LDAP autonomously on install
or update.
Provides client code classes too.
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipapython/setup.py.in')
| -rwxr-xr-x[-rw-r--r--] | ipapython/setup.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipapython/setup.py.in b/ipapython/setup.py.in index 882142e4b..bdefe7c9a 100644..100755 --- a/ipapython/setup.py.in +++ b/ipapython/setup.py.in @@ -67,6 +67,7 @@ def setup_package(): package_dir = {'ipapython': ''}, packages = ["ipapython", "ipapython.dnssec", + "ipapython.secrets", "ipapython.install"], ) finally: |
