[11:04:02 CDT(-0500)] <b-cause> hello uPortal devs: we use the RequestAttributeSourceFilter from the person-directory to create some of the users attributes, we also have configured in the personDirectoryContext.xml the ldapPersonAttributes dao as part of the mergedPersonAttributes Dao. Do you know of a way to configure person directory so that the RequestAttributesFilter can have precedence of the the attributes collected elsewhere?
[11:05:54 CDT(-0500)] <EricDalquist> what do you mean precedence?
[11:06:06 CDT(-0500)] <EricDalquist> you want attributes from the request to replace those from ldap?
[11:06:26 CDT(-0500)] <b-cause> like I have attributes in RequestAttributeFilter that are the same as attr's colleceted from the ldapAttribute dao
[11:06:29 CDT(-0500)] <b-cause> yes
[11:06:38 CDT(-0500)] <b-cause> I want them to replace whats in ldap if posssible
[11:06:50 CDT(-0500)] <b-cause> I see they are stored in the session additionaldescriptors