c58d6b2 Allow overriding all attributes of default permissions

Authored and Committed by pviktori 9 years ago
    Allow overriding all attributes of default permissions
    
    Allow overriding ipapermtarget, ipapermtargetfilter, ipapermlocation,
    objectclass of default managed permissions.
    This allows defining permissions that are not tied to an object type.
    Default values are same as before.
    
    Also, do not reset ipapermbindruletype when updating an existing
    managed permission.
    
    Reviewed-By: Martin Kosek <mkosek@redhat.com>