Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1080209

Summary: IPA server does not allow sudo host network filters
Product: Red Hat Enterprise Linux 7 Reporter: Patrick Hemmer <bugzilla.redhat>
Component: ipaAssignee: Martin Kosek <mkosek>
Status: CLOSED ERRATA QA Contact: Namita Soman <nsoman>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 7.0CC: dpal, pviktori, rcritten, spoore
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:10:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Patrick Hemmer 2014-03-24 22:25:40 UTC
Description of problem:
Attempting to set a subnet in an external host filter for a sudo rule fails with "IPA Error 3009".


Version-Release number of selected component (if applicable):
ipa-server-3.0.0-26.el6_4.2.x86_64


Steps to Reproduce:
1. Create a sudo rule
2. Add "10.0.0.0/8" as an external host.
3. 

Actual results:
IPA Error 3009
invalid 'host': only letters, numbers, _, and - are allowed. DNS label may not start or end with -


Expected results:
success


Additional info:
The sudoers man page defines a host filter as:
Host ::= '!'* host name |
         '!'* ip_addr |
         '!'* network(/netmask)? |
         '!'* +netgroup |
         '!'* Host_Alias

The sudoers.ldap man page even says the 'sudoHost' LDAP attribute supports "IP network".

Thus "10.0.0.0/8" should be accepted as a valid host filter.

Comment 4 Martin Kosek 2014-03-26 09:42:45 UTC
This looks like another gap in our sudo compat tree generation code. See also Bug 1066572. I will open upstream ticket.

Comment 5 Martin Kosek 2014-03-26 09:43:27 UTC
Upstream ticket:
https://fedorahosted.org/freeipa/ticket/4274

Comment 8 Scott Poore 2015-01-27 01:04:51 UTC
Verified.

Version ::

ipa-server-4.1.0-16.el7.x86_64

Results ::

[root@rhel7-1 sssd]# ipa help sudorule-add-host
Usage: ipa [global-options] sudorule-add-host SUDORULE-NAME [options]

Add hosts and hostgroups affected by Sudo Rule.
Options:
  -h, --help        show this help message and exit
  --all             Retrieve and print all attributes from the server. Affects
                    command output.
  --raw             Print entries as stored on the server. Only affects output
                    format.
  --hosts=STR       hosts to add
  --hostgroups=STR  host groups to add
  --hostmask=STR    host masks of allowed hosts


[root@rhel7-1 sssd]# ipa sudorule-add-host test --hostmask='10.0.0.0/8' --hosts=''
  Rule name: test
  Enabled: TRUE
  Host Masks: 10.0.0.0/8
-------------------------
Number of members added 1
-------------------------

FYI, needed --hosts='' for avoiding interactive mode asking for host.

Comment 10 errata-xmlrpc 2015-03-05 10:10:41 UTC
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