PP's FreeIPA Module
Project description
PP’s FreeIPA Module
PyPI package: ppipa
If you spot any problems or have any improvement ideas then feel free to open an issue and I will be glad to look into it for you.
Installation
A recommended way of installing the tool is pip install.
pip install
The tool is available in PyPI and can be installed using pip:
$ pip install --user ppipa
Usage
from ppipa import FreeIPAServer ipa = FreeIPAServer(host='ipa01.example.com', bindpw='password') users = ipa.find_users_by_email(email='first.last@example.com') n = len(users) user = ipa.users().get('first.last') cn = user.cn is_ldap_group_member = user.is_member_of('ldap_group')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ppipa-1.0.4.tar.gz
(5.0 kB
view hashes)
Built Distribution
ppipa-1.0.4-py2.py3-none-any.whl
(17.6 kB
view hashes)
Close
Hashes for ppipa-1.0.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04158e08f75d29b596e4cb5299b050be8ddb54748d33240d37957cdfde2c225b |
|
MD5 | 4fdf9028b20afd3db3aab68cd8c58202 |
|
BLAKE2b-256 | 86d60855440ec8406a093b5283bf8175c34e2b600170dd0998c4f2c9e7028844 |