Bug 793561 (JBEPP-640) - Changes getting persisted in LDAP for attributes marked "readonly"
Summary: Changes getting persisted in LDAP for attributes marked "readonly"
Keywords:
Status: CLOSED NEXTRELEASE
Alias: JBEPP-640
Product: JBoss Enterprise Portal Platform 5
Classification: JBoss
Component: Portal
Version: 5.0.1.GA,5.1.0.ER04
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.1.0.GA
Assignee: Thomas Heute
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBE...
Whiteboard: picketlink
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-16 13:37 UTC by Martin Weiler
Modified: 2012-02-28 16:26 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-12-20 10:14:27 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 793633 0 high CLOSED Change status message after updating LDAP readonly attributes 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker JBEPP-640 0 None None None Never

Internal Links: 793633

Description Martin Weiler 2010-11-16 13:37:57 UTC
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>

Comment 1 boleslaw.dawidowicz 2010-11-17 13:39:40 UTC
This is being fixed in PicketLink 1.1.7 and current quick resolution is that update on readOnly attribute will just silently fail. 

Comment 2 boleslaw.dawidowicz 2010-11-22 19:56:37 UTC
Fix is applied in PicketLink IDM 1.1.0 branch. This should be resolved with upgrade to PLIDM 1.1.7.GA 

Comment 3 Martin Weiler 2010-12-08 08:58:17 UTC
Link: Added: This issue related JBEPP-713


Comment 4 Martin Weiler 2010-12-20 10:14:27 UTC
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.



Note You need to log in before you can comment on or make changes to this bug.