Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipapython.secrets: Port to Python 3 | Petr Viktorin | 2015-10-27 | 1 | -1/+0 |
| | | | | | | | | | | | StringIO was renamed in Python 3. The import was was unused, so remove it. Files need to be opened in binary mode if bytes are written to them. (For Python 2: on Linux, there's no practical difference between text and binary mode) Reviewed-By: Tomas Babej <tbabej@redhat.com> | ||||
* | Add ipa-custodia service | Simo Sorce | 2015-10-15 | 1 | -0/+199 |
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> |