freeipa/ipaserver/install/plugins
Petr Viktorin 81b0e7466d 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>
2014-04-17 10:04:16 +02:00
..
__init__.py Add plugin framework to LDAP updates. 2011-11-22 23:57:10 -05:00
adtrust.py Convert remaining update code to LDAPEntry API. 2014-01-24 20:29:31 +01:00
baseupdate.py Remove unused imports from ipaserver/install 2013-03-01 16:59:44 +01:00
ca_renewal_master.py Fix update_ca_renewal_master plugin on CA-less installs. 2014-04-10 16:40:10 +02:00
dns.py Convert remaining update code to LDAPEntry API. 2014-01-24 20:29:31 +01:00
fix_replica_agreements.py Convert remaining update code to LDAPEntry API. 2014-01-24 20:29:31 +01:00
Makefile.am Store information about which CA server is master for renewals in LDAP. 2014-03-25 16:54:55 +01:00
rename_managed.py Convert remaining update code to LDAPEntry API. 2014-01-24 20:29:31 +01:00
update_anonymous_aci.py Add HOTP support 2014-02-21 10:26:02 +01:00
update_idranges.py Convert remaining update code to LDAPEntry API. 2014-01-24 20:29:31 +01:00
update_managed_permissions.py Do not ask for memberindirect when updating managed permissions 2014-04-17 10:04:16 +02:00
update_pacs.py Add nfs:NONE to default PAC types only when needed 2013-04-15 14:46:21 +02:00
update_services.py Convert remaining update code to LDAPEntry API. 2014-01-24 20:29:31 +01:00
updateclient.py Remove some unused imports 2013-03-01 16:59:42 +01:00
upload_cacrt.py Convert remaining update code to LDAPEntry API. 2014-01-24 20:29:31 +01:00