python-freeipa icon indicating copy to clipboard operation
python-freeipa copied to clipboard

python-freeipa is lightweight FreeIPA client.

Results 5 python-freeipa issues
Sort by recently updated
recently updated
newest added

If I make a call to freeipa(4.9.11) like the following: ``` ipa_conn.dnszone_add(a_idnsname="foo.bar.com.", o_idnssoaserial=1234, o_idnssoarname="hostmaster", o_idnssoamname="myipa.bar.com.") ``` I get back an error message from freeipa saying: ``` invalid 'serial': this option...

When adding a user/group using `sudorule_add_runasuser` and "RunAs*Group*" set to `category=all` ("Any Group" in the UI), library throws exception: `python_freeipa.exceptions.BadRequest: users cannot be added when runs user or runAs group...

Hello, I was wondering where I can find documentation on how python-freeipa work in the backend? Does it communicate securely? Does it send request to the FreeIPA API? If so...

Hi, while I was assisting @abompard with a problem in Fedora Account System, I noticed that python-freeipa's Kerberos login is inefficient. It requires two HTTP roundtrips to authenticate and uses...

### Recreation of MetaClient > It is possible to manually recreate the “ClientMeta” class. This might be needed if the IPA/IdM Server you are using > is not matching the...