Bug 783538 - Doc: ipa permission-add with filter has example which will not match anything
Summary: Doc: ipa permission-add with filter has example which will not match anything
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: doc-Identity_Management_Guide
Version: 6.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Deon Ballard
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-20 18:48 UTC by Namita Soman
Modified: 2012-06-21 23:15 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-21 23:15:00 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.