81b0e74 Do not ask for memberindirect when updating managed permissions

Authored and Committed by pviktori 10 years ago
    Do not ask for memberindirect when updating managed permissions
    
    One of the default_attributes of permission is memberofindirect,
    a virtual attribute manufactured by ldap2, which is set when a permission
    is part of a role.
    When update_entry is called on an entry with memberofindirect,
    ipaldap tries to add the attribute to LDAP and fails with an objectclass
    violation.
    
    Do not ask for memberindirect when retrieving the entry.
    
    Reviewed-By: Martin Kosek <mkosek@redhat.com>