How to assign different passwords for different resource accounts

Hi everyone,
We have a situation where we have users with two resource accounts. They have different passwords with different lengths.We are using Flat file active Sync adapter to create users in both resources and there we are setting passwor.password field. But we need to set different passwords to every resource account and it is obviosly it can not be done with password.password field. We tried e password view before provisioning where we chekout the user and set the follwing parameters:
<set name='userview.resourceAccounts.selectAll'>
<s>false</s>
</set>
<set name='userview.resourceAccounts.currentResourceAccounts[RES1].selected'>
<s>true</s>
</set>
<set name='userview.resourceAccounts.password'>
<ref>accountId</ref>
</set>
<set name='userview.resourceAccounts.confirmPassword'>
<ref>accountId</ref>
</set>
But it did not worked. So is there a way to set different passwords to different accounts in SUN IDM?
Oh and forgot to mention we are using Sun Idm 8.1 patch 9.
Best regards.

I actually managed to change the required password but i copied this in Provision externeal Resources.
<Action id='1' name='Check out password view' application='com.waveset.session.WorkflowServices'>
<Argument name='op' value='checkoutView'/>
<Argument name='type' value='Password'/>
<Argument name='id' value='$(accountId)'/>
<Argument name='authorized' value='true'/>
<Argument name='subject' value='Configurator'/>
<Argument name='TargetResources'>
<List>
<String>RES1</String>
</List>
</Argument>
<Return from='view' to='userview'/>
</Action>
<Action id='2' name='reset password'>
<expression>
<block name='reset password' trace='true'>
<set name='userview.resourceAccounts.selectAll'>
<s>false</s>
</set>
<set name='userview.resourceAccounts.currentResourceAccounts[RES1].selected'>
<s>true</s>
</set>
<set name='userview.resourceAccounts.password'>
<ref>accountId</ref>
</set>
<set name='userview.resourceAccounts.confirmPassword'>
<ref>accountId</ref>
</set>
</block>
</expression>
</Action>
<Action id='3' name='check in password view' application='com.waveset.session.WorkflowServices'>
<Argument name='op' value='checkinView'/>
<Argument name='view' value='$(userview)'/>
<Argument name='authorized' value='true'/>
<Argument name='subject' value='Configurator'/>
</Action>

Similar Messages

  • HT4539 Does any one know how to reset the password for the audio account?

    I havent downloaded a book in a few years and i forgot the password for the Audio Account does any one know how to change the password? This is driving me crazy.

    Welcome to the Apple community.
    The password for your Apple ID is the same for all apple services, if you have forgotten it, you can reset it at the website iForgot.com

  • How to assign a class for different colored links

    Hi. I'm new to CSS and HTML and Dreamweaver. I'm trying to
    get links to be different colors within the same page. I have a
    navbar with a CSS style that I've assigned colors to all my links
    there. They work. But if I attempt to change the links in the main
    content it screws up the navbar links.
    So, now, I'm trying to assign the different colors to the
    links in the main content. I have the link color down but I can't
    seem to get the visited, hover, active to work.
    So, I read somewhere you have to assign a class to be able to
    have different colors for your links on the same page. There is a
    class assigned to the links I want to change but it only assigns
    the link color, not the visit,hover,active colors. I don't know
    where I am supposed to put the code so that only the main content
    links are changed. Here is what I came up with from reading and
    studying. Can somebody tell me what's wrong with it and where I am
    supposed to put what in each page? This is just a CSS style page I
    made and I have no idea if I even did that right. Then, I can't
    figure out how to tell each page to include it for that class only.
    Thanks.
    @charset "utf-8";
    /* CSS Document */
    <class="style49"
    <style type="text/css">
    a:link {color: #3333FF}
    a:visited {color: #009900}
    a:hover {color: #6600CC}
    a:active {color: #FF0000}
    </style> </class>

    Pseudo-classes and container styles are what you need - here
    are some
    tutorials.
    http://www.thepattysite.com/linkstyles1.cfm
    http://www.projectseven.com/tutorials/pseudoclasses/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Newbie744" <[email protected]> wrote in
    message
    news:fn3***$m6q$[email protected]..
    > Hi. I'm new to CSS and HTML and Dreamweaver. I'm trying
    to get links to
    > be
    > different colors within the same page. I have a navbar
    with a CSS style
    > that
    > I've assigned colors to all my links there. They work.
    But if I attempt
    > to
    > change the links in the main content it screws up the
    navbar links.
    >
    > So, now, I'm trying to assign the different colors to
    the links in the
    > main
    > content. I have the link color down but I can't seem to
    get the visited,
    > hover,
    > active to work.
    >
    > So, I read somewhere you have to assign a class to be
    able to have
    > different
    > colors for your links on the same page. There is a class
    assigned to the
    > links
    > I want to change but it only assigns the link color, not
    the
    > visit,hover,active
    > colors. I don't know where I am supposed to put the code
    so that only
    > the
    > main content links are changed. Here is what I came up
    with from reading
    > and
    > studying. Can somebody tell me what's wrong with it and
    where I am
    > supposed to
    > put what in each page? This is just a CSS style page I
    made and I have no
    > idea
    > if I even did that right. Then, I can't figure out how
    to tell each page
    > to
    > include it for that class only.
    >
    > Thanks.
    >
    > @charset "utf-8";
    > /* CSS Document */
    > <class="style49"
    > <style type="text/css">
    > a:link {color: #3333FF}
    > a:visited {color: #009900}
    > a:hover {color: #6600CC}
    > a:active {color: #FF0000}
    > </style> </class>
    >
    >
    >

  • Different passwords for different share points on 1 server?

    On a lion server I have two share points.
    A 'general' is accessible for all users, a 'confidential' is for a select group of users.
    The permissions are set and the select group have their server access password in their key chain.
    The server password is stored in a separate key chain ie. not in the login key chain.
    The select users connect to the server and allways mount the 'general' share point.
    The 'confidential' share point is mounted only when needed and unmounted afterward.
    Problem is when the users walk away from their computer and forget to lock the computer or to completely disconnect from the server, which is generally very inconvenient because of open documents.
    "Unmounting" the confidential share in my setup is not really putting it away securely because at that moment, anyone can sit down at that computer and mount 'confidential' because the login credentials were already given when mounting 'general'.
    Is there any way, lest having Parallels running another Lion server that shares the 'confidential' mount point, to force users to enter a password before 'confidential' can be mounted WHILE 'general'  IS ALREADY MOUNTED?
    In other words, can credential exchange be tied to share point mounting time rather than to server connection time and thus be different for different shares and allow for share-specific unmounting, effectively locking it away?

    Has nobody done this before?

  • Can 2 users have the same email login with different passwords for seperate itunes accounts

    My daughter is currently using the home email address for her account and i have just purchased an ipad. I would like a seperate account. Is it possible to use the same email address as the login and have two accounts.
    Thanks
    Tracey (a mum who is trying to catch up with technology)

    It is possible to have two different Apple ID accounts and have a common contact email address, if that is what you are asking. The potential problem is that the Apple ID is in the form of an email address so it can cause some confusion. It would probably be best to actually own the email addresses that match the account IDs.

  • How do i reset password for icloud email account which is not the same as my apple id password? I cannot see this anywhere in the online support pages.

    How do I reset an icloud email password on my iphone? It is not my apple id password. I cannot see anything in the online support at Apple.

    Go to http://appleid.apple.com to manage your iCloud ID and check to see if your @me.com address is associated with your ID.  If it isn't you'll have to contact iCloud support to see if it is still active, and if so, how to associate it with your account.

  • I have only one ID, but I have different passwords for my iPhone and iPad. How to fix that?

    I have only one ID, but I have different passwords for my iPhone and iPad. How to fix that?

    Hi Cristigil,
    Are you talking about your lock screen passcode? If so, go into Settings>General>Passcode Lock, and Change one of your Passcodes to match the other.
    Hope this helps!
    Cheers,
    GB

  • How to call hr_location_api.create_location for different address style with only those fields that belongs specific to  that address style.

    How to call hr_location_api.create_location for different address style with only those fields that belongs specific to  that address style. It should decide at run time means at run time it will come to know the type of address style and based on that only the fields which belong to address details mapped to calling hr_location_api.create_location.
    Thanks in advance.

    You can create a wrapper package on top of the API (hr_location_api.create_location)
    In the wrapper package you set all the values dynamically based on your requirements(say the style and add_line columns are populated on your conditions) and then you call the API.
    Does that not work ?

  • I am unable to update my apps as for different app updates it ask password for different apple IDs

    I am unable to update my apps as for different app updates it ask password for different apple IDs. About these many IDs i am unaware.

    You only can update those Apps, if you know the Passwords from the AppleIDs, which were used for purchase.
    If you´re unable to enter these Passwords you can´t update them.
    You can delete those Apps from your device and purchase & download them again with your own known AppleID.
    There is no other Way to get them updated. Because you are not the owner of those Apps.

  • How to display different icon, for different node of jtree

    Hi All,
    How to display different icon, for different node of jtree

    you haven't responded to my last post here: [http://forums.sun.com/thread.jspa?threadID=5323190&messageID=10382676#10382676|http://forums.sun.com/thread.jspa?threadID=5323190&messageID=10382676#10382676]

  • How can i set different font for different tabs/pages

    I want to set different fonts for different tabs/pages?
    is it possible to do the same? If yes how?
    I can change the fonts under tools>options>contents>advanced. but that changes global settings.
    tried some add ons too- but that too changes the global settings.
    some pages like tweetdeck do not display icons etc properly under custom fonts.
    when i check "allow pages to select their own font" tweetdeck shows up fine but a number of other pages show fonts that are too big or some non standard fonts.
    Is there a way where i can select site default fonts for some sites/tabs, and custom fonts for other sites/tabs?
    otherwise i have to open different sites in different browsers- say i use my custom fonts- which apply globally, and open tweetdeck etc in Internet Explorer or Chrome etc. if i can have all tabs in one window/browser, that would be great.

    It's not a built-in feature to override a page's styles on a tab-by-tab or site-by-site basis, but perhaps someone has created an add-on for this?
    It also is possible to create style rules for particular sites and to apply them using either a userContent.css file or the Stylish extension. The Greasemonkey extension allows you to use JavaScript on a site-by-site basis, which provides further opportunity for customization. But these would take time and lots of testing to develop and perfect (and perfection might not be possible)...
    Regarding size, does the zoom feature help solve that part? In case you aren't familiar with the keyboard and mouse shortcuts for quickly changing the zoom level on a page, this article might be useful: [[Font size and zoom - increase the size of web pages]].

  • How to set different sounds for different events?

    Hello I had Xiaomi Mi2s before and I could set different sound for every email account I had, for sms, for facebook and so on. How do I do it on my Xperia? Of course that for example SMS is more important then some facebook comment, so I would like to hear what happened because not every time I want to reach my phone.

    Open each app > menu > settings > notification sound > change the sound > done > repeat as needed 
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • How to set different header for different Standard report page

    How to set different header for different Standard report page

    Hi,
    A easy answer would be use the 'set report header text.vi' but maybe you are talking about something else ?

  • How to set different icons for different windows which is seen in the top left corner?

    Hi
    How to set different icons for different windows which is seen in the top left corner? I know when building exe there is a option to edit icons or add icons and that icon is default for all the windows in the project. But i want different icons for different windows which is possible in VB.
    Is there any way to set icon by calling any dlls.
    Thanks & Regards
    Samuel J
    [email protected]

    Hi Sam,
    no problem. See the attachment.
    Mike
    Attachments:
    TestIcon_LV85.zip ‏44 KB

  • Can you have different passwords for mail account and ICloud?

    Can you have different passwords for mail account and ICloud?

    Yes - you want to go under Notifications, Mail.   Set each acct the way you want.

Maybe you are looking for

  • Cannot download itunes

    even though it says i succesfully downloaded itunes when i try to run it i get an error message that says itunessetup.exe is not a valid win32 application - i have windowns xp - not sure what i'm doing wrong

  • The resource_view isn't work

    Hi! When I try to use the resource_view I get this error: ORA-29903: error in executing ODCIIndexFetch() routine ORA-22881: dangling REF What should I do? I can't delete any resources under the '/home' path. Any idea? The version is 9.2.0.4.

  • Different ID3-Tags on iPod

    My iPod shows different ID3-Tags than they are in iTunes. For example I've got the genre "Reggae" in iTunes. On my iPod I have "reggae, regga and Raggae". After entering one of the three different entrys I can see all the content that should be shown

  • Fastest option for HD expansion with Photoshop and OSX

    Hey guys, Of late I've noticed my Mac Pro Dual 2.0GHZ with 9GB of Ram is running quite slow, both the system and with adobe applications (CS3). I suspect its due to my current hard drive status, 250gb drive with 80gb free space. So I was thinking of

  • No Audio with or without video

    I'm trying to set up ichat connecting an iMac G5 to a iBook 600 G3 running 10.4.3 on both. I have them both accessing the same ISP( 100mbps fiber optic) with airport at the same location. I have audio on the iMac G5 but not the iBook when initiating