Alexander Bokovoy

Results 128 comments of Alexander Bokovoy

@t-woerner could you please check whether this PR works for ansible-freeipa?

I tried to bump `batch` command's version to `2`. However, this has an effect that only `batch/2` command becomes available. As a result, `batch/1` is no longer available and simple...

@t-woerner I added `keeponly=List of strings` option. The following script will add five users and will remove everything but `dn', `uid`, and `randompassword` from the output: ``` from ipalib import...

The tests are working, you can see results here: http://freeipa-org-pr-ci.s3-website.eu-central-1.amazonaws.com/jobs/301658bc-144a-11ef-a5bd-fa163e792862/report.html?sort=result

Removed temp commit and added `test_integration/test_idm_api.py` to the set of `nightly_latest` tests. Since the whole set of API tests works now, it can be used to detect failures in the...

Moved instead to gating.yaml because otherwise we'd have to add it to all nightly variants and that is not needed, for sure.

I've updated `test_idm_api` to have some sensible test of the batch command. It now makes sure only attributes we requested are returned. A care is taken for the ping command...

Moved API audit commit into a separate PR: https://github.com/freeipa/freeipa/pull/7348

FYI, slapi-nis change that makes NIS server build optional is https://pagure.io/slapi-nis/c/446b64425c8db462d48ff651be15e5a00706f719?branch=master. I am planning to push that to Fedora rawhide next week.

Thanks. Yes, Thierry told me the same but I haven't had time to look into this to fix. Regarding 'slapi-nis disables NIS support and slapi-nis is enabled in IPA' case,...