Bug 958133
Summary: | Unable to add filter to permission | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Lukas Bezdicka <social> |
Component: | ipa | Assignee: | Rob Crittenden <rcritten> |
Status: | CLOSED DUPLICATE | QA Contact: | Namita Soman <nsoman> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.6 | CC: | mkosek |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-05-02 09:54:10 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
Lukas Bezdicka
2013-04-30 13:09:33 UTC
better usecase/reproducer: [root@kokotina03:~] ipa permission-find Change -------------------- 1 permission matched -------------------- Permission name: Change a user password Permissions: write Attributes: userpassword, krbprincipalkey, sambalmpassword, sambantpassword, passwordhistory Type: user Filter: (!(memberOf=cn=admins,cn=groups,cn=accounts,dc=kokot,dc=com)) Granted to Privilege: User Administrators, Modify Users and Reset passwords ---------------------------- Number of entries returned 1 [root@kokotina03:~] ipa permission-add gdc-change-user-password --permissions="write" --attrs="userpassword, krbprincipalkey, sambalmpassword, sambantpassword, passwordhistory" --type='user' --filter='(!(|(memberOf=cn=admins,cn=groups,cn=accounts,dc=kokot,dc=com)(memberOf=cn=ops,cn=groups,cn=accounts,dc=kokot,dc=com)))' ipa: ERROR: invalid 'target': type, filter, subtree and targetgroup are mutually exclusive Upstream ticket: https://fedorahosted.org/freeipa/ticket/3597 Closing upstream ticket 3597. It is a duplicate to: https://fedorahosted.org/freeipa/ticket/3028 I just noticed that this upstream ticket has its own Bugzilla - closing this one as duplicate. *** This bug has been marked as a duplicate of bug 854335 *** |