#6009 *-show option "--all" newly requires argument
Closed: Fixed Opened by lryznaro.

How to reproduce - example:
1. install IPA, kinit as admin
2.

ipa user-show admin --all

Expected results:

Lists all attributes of admin user entry

Actual result:

Usage: ipa [global-options] user-show LOGIN [options]
ipa: error: --all option requires an argument

Only work properly when running

ipa user-show admin --all=True

[[BR]]
Same goes for "--raw" option or also other objects (e.g. service). Apparently these options no longer have Flag behaviour, but require argument.


Looks like a regression in thin client effort.

Linked to Bugzilla bug: https://bugzilla.redhat.com/show_bug.cgi?id=1298242 (Red Hat Enterprise Linux 7)

master:

  • a77e21cbca05be422fe5826857cfba7e0ba6e71f schema: fix Flag arguments on the client

master:

  • 8d5272e68775046db450d860c173a4d531a95ff2 schema: properly fix Flag arguments on the client

Metadata Update from @lryznaro:
- Issue assigned to jcholast
- Issue set to the milestone: FreeIPA 4.4

Metadata