Bug 783538

Summary: Doc: ipa permission-add with filter has example which will not match anything
Product: Red Hat Enterprise Linux 6 Reporter: Namita Soman <nsoman>
Component: doc-Identity_Management_GuideAssignee: Deon Ballard <dlackey>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.2CC: jgalipea, jskeoch, mkosek
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-21 23:15:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Namita Soman 2012-01-20 18:48:47 UTC
Description of problem:
Example 15.1. Adding a Permission with a Filter
A filter can be any valid LDAP filter.

$ ipa permission-add "manage Windows groups" --filter="posixGroup=false" --permissions=write

The filter should instead be:
(!(objectclass=posixgroup))

to match:
everything that isn't a posixgroup, so users, hosts, etc

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 5 Deon Ballard 2012-06-21 23:15:00 UTC
Closing.