Hide Forgot
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:
Link: http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Identity_Management_Guide/defining-roles.html#creating-perms-cli
Closing.