How to configure deferred attributes

Hello all,

I have an account attribute on a resource whose value depends on the value of an account attribute on another resource. The value of the account attribute on this second resource is set by the resource when the account is create.

I believe this situation is solved through the use of the deferred attributes. The problem is...how can i configure them ?

The manual says that the deferred attributes must be set in the User view, but it doesn磘 explain how. At least i couldn磘 find it.

My question is...how can i set the deferred attributes in the user view ? Is there any way to edit the user view ? how ?

Thank very much for your help

Regards,

Rui Monteiro

[715 byte] By [rmonteiroa] at [2007-11-26 13:12:02]
# 1

I remember the doc says you have to use resource group then use deferred attributes. We just used resource goup to put both resource in order. Resource gorup will make sure one account created before the other. But the drawback is that they were bind together. You can not unassign one and leave the other assigned.

janexa at 2007-7-7 17:28:27 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

Hi janex,

thanks for your reply.

i already did that. i created a resource group and put resource A and B in it (A is the first in the list).

So, the account is created first in resource A and only then in resource B.

But the problem is that the account attribute B1 takes its value from the account attribute A1, and this attribute is set by resource A at creation time.

so, creating the resource group is one step. The other is to create deferred attributes, and this is my problem. How to do that ? since the manual says that the deffered attributes must by set in the User view, how and where to change the User view ?

Regards,

Rui Monteiro

rmonteiroa at 2007-7-7 17:28:27 > top of Java-index,Web & Directory Servers,Directory Servers...