Multiple Accounts on a Resource

Can anyone outline for me an approach to assigning a secondary account to a user on a resource he already has a different account on. In other words the user has an account on Resource X and I want to provision a second account on that resource to the user.
[264 byte] By [jerky966] at [2007-11-26 11:01:04]
# 1
are you trying to provision the account to resource X, or link an identity to an existing account on resource X?
mfortune99 at 2007-7-7 3:14:46 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

As per my understanding u are trying to create multiple accounts for a single user in IM on a single resource in that case

if you trying to create through default create user form then u need to make small code change in User Library Form

<Field>

<Comments>Remove the Disable property or set the value to 0 to display the multi-accounts per user fields. </Comments>

<Disable>

<i>0</i> //default is 1 make it o

</Disable>

<FieldRef name='ViewAccountLinkFields'>

<Comments> Fields to support creating or linking more than one account per resource. </Comments>

</FieldRef>

</Field>

once u mke this change u will be able 2 make multiple accounts on a single resource. This is in idm 6.0 . In the lower version i thk u need to enable a field called missing in Tabbed User Form.

kiranshanigaram at 2007-7-7 3:14:46 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
I am also trying to do the same thing on v 6.0 sp1.But I do not see a field called 'ViewAccountLinkFields'.I am checking in User Library and Default User Library.Any ideas
anokun7 at 2007-7-7 3:14:46 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4

I do this by creating a second resource definition the same resource, and then add both resourc definitions to the user role. There will undoubtedly be differences in how the two accounts are created and this allows you to manage each account format indepently. The only pain of this approach is that you have to manage the information about the resource (host name, user-id, password) in two places.

ca_cudmore at 2007-7-7 3:14:46 > top of Java-index,Web & Directory Servers,Directory Servers...