Hide Forgot
Help Desk Ticket Reference: https://na7.salesforce.com/500A0000004Tlc3 project_key: JBEPP We have configured EPP 5.0.1 with LDAP. If we change an attribute like 'email' through the OrganizationPortlet, the changes are getting persisted into LDAP even though this attribute is marked as "readonly" in the picketlink configuration: <attributes> [...] <attribute> <name>email</name> <mapping>mail</mapping> <type>text</type> <isRequired>false</isRequired> <isMultivalued>false</isMultivalued> <isReadOnly>true</isReadOnly> <isUnique>true</isUnique> </attribute> </attributes>
This is being fixed in PicketLink 1.1.7 and current quick resolution is that update on readOnly attribute will just silently fail.
Fix is applied in PicketLink IDM 1.1.0 branch. This should be resolved with upgrade to PLIDM 1.1.7.GA
Link: Added: This issue related JBEPP-713
Labels: Added: picketlink Release Notes Text: Added: Using the OrganizationPortlet to edit existing user entries, the changes were applied to LDAP even though the attribute was marked as readOnly in the picketlink configuration. This has been fixed in PicketLink and any updates to readOnly attributes are now silently failing.