Red Hat Bugzilla – Bug 712072
Unexpected message from ipa-getcert with non-root user
Last modified: 2012-02-21 01:17:12 EST
Description of problem: Unexpected message from ipa-getcert when called by non-root user. Version-Release number of selected component (if applicable): certmonger-0.42-1.el5 How reproducible: Always Steps to Reproduce: 1.Install certmonger 2.Start certmonger service 3.run 'ipa-getcet list' command as non-root user. Actual results: Following message is displayed on console. "Number of certificates and requests being tracked: 0." Expected results: Following error message should be displayed. "Insufficient access. Please retry operation as root." Additional info: https://bugzilla.redhat.com/show_bug.cgi?id=683926.
Verified. Certmonger Version: [root@dhcp201-118 ~]# rpm -q certmonger certmonger-0.50-1.el5 [root@dhcp201-118 ~]# Now proper error message is displayed when non-root user runs "ipa-getcert list" command. [root@dhcp201-118 ~]# su - testuser [testuser@dhcp201-118 ~]$ ipa-getcert list Insufficient access. Please retry operation as root. [testuser@dhcp201-118 ~]$
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0245.html