URL: https://github.com/freeipa/freeipa/pull/561 Author: HonzaCholasta Title: #561: ldap2: fix crash in development mode Action: edited
Changed field: body Original value: """ Do not set or delete attributes directly on the ldap2 instance, as that raises an AttributeError in development mode because of ReadOnly locking. Use the usual workaround of object.__setattr__ and .__delattr__ to fix the issue. https://pagure.io/freeipa/issue/6625 """
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code