Extending Views

I have extended all the password views to support an attribute that needs to be updated when the password is changed or reset. I am able to update the attribute via the password views.

I am not able to reference the value of this attribute with the password views within either a form or a workflow. I can do so with the user view. I cannot see it when I check out any of the password views but I can when I check out the user view.

I extended the view by adding the following code to the attribute in the resource:

<AccountAttributeType id='6' name='companyPasswdDate' syntax='string' mapName=''companyPasswdDate' mapType='string'>

<Views>

<String>Password</String>

<String>ResetUserPassword</String>

<String>ResetPassword</String>

<String>ChangeUserPassword</String>

</Views>

</AccountAttributeType>

Is it possible to reference from these views or is this for updating the attribute only?

Thanks,

Ruth

[1072 byte] By [ruthm] at [2007-11-26 9:34:23]
# 1
I am having this same issue with pwdLastSet in our Active Directory resource. Did you find a solution for your issue?
java_in_pewaukee at 2007-7-7 0:23:29 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Sun said There appears to be an issue with Password view and extending the password view . I have the same issue and we still do not have a solution.
NikhiMahadkar at 2007-7-7 0:23:29 > top of Java-index,Web & Directory Servers,Directory Servers...