#4356 handle "unknown" result of automember-default-group-show
Closed: Fixed None Opened 9 years ago by pvoborni.

If user doesn't have proper ACIs, automember-default-group-show returns

{
    "error": {
        "code": 4001,
        "message": ": Automember rule not found",
        "name": "NotFound"
    },
    "id": null,
    "principal": "user@TEST.TEST",
    "result": null,
    "version": "3.3.90GITab2d81b"
}

Which basically means: we don't know if there is some group set.

Web UI is not able to handle this case.

Caused by #3566


master:

  • f0c19f9 webui: handle "unknown" result of automember-default-group-show

Metadata Update from @pvoborni:
- Issue assigned to pvoborni
- Issue set to the milestone: FreeIPA 4.0 - 2014/06

7 years ago

Login to comment on this ticket.

Metadata