Bug 1112603
Summary: | Internal Error: `ipa sudorule-mod rule --order=` | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin Kosek <mkosek> |
Component: | ipa | Assignee: | Martin Kosek <mkosek> |
Status: | CLOSED ERRATA | QA Contact: | Namita Soman <nsoman> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | rcritten, xdong |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ipa-4.0.3-1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-05 10:12:39 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Martin Kosek
2014-06-24 10:15:06 UTC
Fixed upstream: master: 637ef11109600d87bfb783eadd4b6401fa58d468 sudorule: Allow unsetting sudoorder verified on ipa-server-4.1.0-13.el7.x86_64: [root@hp-dl380pgen8-01 ~]# ipa sudorule-mod --help|grep order --order=INT integer to order the Sudo rules [root@hp-dl380pgen8-01 ~]# ipa sudorule-add testrule1 --------------------------- Added Sudo Rule "testrule1" --------------------------- Rule name: testrule1 Enabled: TRUE [root@hp-dl380pgen8-01 ~]# ipa sudorule-mod testrule1 --order=1 ------------------------------ Modified Sudo Rule "testrule1" ------------------------------ Rule name: testrule1 Enabled: TRUE Sudo order: 1 [root@hp-dl380pgen8-01 ~]# ipa sudorule-show testrule1 Rule name: testrule1 Enabled: TRUE Sudo order: 1 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. https://rhn.redhat.com/errata/RHSA-2015-0442.html |