#6928 ipa-managed-entries incorrectly states server not installed
Closed: fixed 7 years ago Opened 7 years ago by stlaz.

When ipa-managed-entries is run by a normal user, it prints: IPA is not configured on this system. although that's not true, it's only unable to check it.

Solution:
Add "is user root" check.


Metadata Update from @stlaz:
- Issue assigned to stlaz

7 years ago

Metadata Update from @tkrizek:
- Issue priority set to: major
- Issue set to the milestone: FreeIPA 4.6

7 years ago

master:

  • 6522c4a fix managed-entries printing IPA not installed

Metadata Update from @tkrizek:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

7 years ago

Can you make that os.getuid() != 0 instead of not os.getuid() == 0, please?

Log in to comment on this ticket.

Metadata