How to populate/sync IDM accounts (Lighthouse accounts) in a directory

We have a specific need to populate a directory with the IDM Lighthoust account information. e.g Name, email, type='AdminRole', type='ObjectGroup', etc.
Again, we don't want to sync IDM with what is added/changed in the directory, we want to sync the directory with what is added/changed to accounts in IDM.
Any high-level thoughts on how we should approach this?
IDM v. 8.1 SunOne Directory 6.x

Hi
I think it is going to be pretty simple. Unless you do an Active Sync with LDAP (with retro change log plugin enabled) or do a recon you would not get the attributes of LDAP back in IDM.
However everytime you change something for the user in IDM ... all you need to take care is that the DIRECTORY is selected in the "resources to be updated" should complete your requirement.

Similar Messages

  • How do I sync mail accounts from my laptop to iPhone?

    Hi,
    I just got an iPhone 4S, iOS 7. I have Macbook Pro, with OS X 10.9 (Mavericks), iTunes 11.1.1.  I have email accounts already set up on my laptop, and I'd like to copy that information to the iPhone, and keep them in sync.  I searched for info on how to do this, but much on the pages I found refer to a previous version of iTunes, which had some "sync mail accounts" section, which is no longer there.  How do I do it now?  Do I have to manually set them up again on the iPhone?  I read somewhere that you "use iCloud" but there were no details.
    thanks,
    Rob

    I should have written my question better.  I didn't mean: connect to one account from multiple devices. That I understand -- IMAP, etc.  I want to sync the configuration of those accounts.  So, I set up 4 email accounts on my laptop, and then push the setup/config info to the iPhone so I don't have to type in the addresses and passwords again.  I have a lot of accounts and some of them change passwords frequenty.  It would be nice to not have to type on that iPhone screen.
    Rob

  • How to Populate G/L Account dynamically in txn IW31

    Hello,
    We have a scenario to Populate G/L Account dynamically from Automatic Account determination in txn IW31 ...Is there any user exit
    Thanks and Regards
    Venkat

    U can try bringing the OACT Name field directly via DB field. if not created new DB Field, hold the Key 'ALT' and choose OACT - G/L Accounts table and select the account name field. make a relate to connection with ur Account code field.
    shall i ask in which PLD r u now?
    Regards,
    Dhana.

  • How do I sync mail accounts if I didn't choose that option during setup?

    Is there some way to retroactively choose to sync mail accounts with iTunes after the phone has already been setup (and I chose not to do it at setup)? I looked around in iTunes and couldn't find a setting.
    I'm having problems setting up one of my IMAP accounts on the phone and think it might be easier to just sync it with Mail.app.

    After plugging in your iPhone, from the iPhone summary screen, click the info tab. From there you can scroll any or all of your email accounts.

  • How to populate a sharepoint 2010 list from the active directory. How to populate a sharepoint 2010 list with all sharepoint user profiles

    How to populate a sharepoint 2010 from the active directory.
    I want a list of all the computers in the active directory,
    another one with all users.
    I want also to populate a sharepoint 2010 list from the sharepoint user profiles.
    Thanks
    sz

    While
    the contacts list is usually filled out for contacts that are outside the company, there are times when you would use a contacts list to store internal and external resources.  Wouldn’t it be nice if you didn’t have to re-type your internal contacts’
    information that are already in the system?  Now you can with a little InfoPath customization on the contacts list. 
    Here’s our plan:
    Create the contacts list, and open in InfoPath
    Create a data connection to the User Profile web service
    Customize the form adding some text, a people picker and a button
    Create InfoPath rules that will populate the contact fields from the user fields in the User Profile store
    Let’s get going!  Before we begin, make sure you have InfoPath 2010 installed locally on your computer.  I also want to give credit Laura
    Rogers and Darvish Shadravan’s book Using
    Microsoft InfoPath 2010 with Microsoft SharePoint 2010 Step by Step.  I know it looks like a lot of steps, but it’s easy once you get the hang of it.
    So obviously we need a contacts list.  If you don’t already have one, go to the SharePoint site where it will live, and create a contacts list.
    From the list, click the List tab on the ribbon, then click Customize form:
    So now we have our form open in InfoPath 2010.  Let’s add our elements to the form. 
    Above all the fields, let’s add some text instructing users what to do with the the field we’re about to add (.e.g To enter an existing user’s information, choose the user below).
    Insert a people picker control by clicking the Person/Group Picker control in the Controls section of the ribbon.  This will add a column to the contacts list called group.
    Below the people picker, insert a button control from the same section of the ribbon as above.  With the button still highlighted, click the Control Tools|Properties tab on the ribbon. 
    Then in the Label box, change the text to something more appropriate to our task (e.g. Click here to load user data!).
    You can drag the button control a little larger to account for the text.
    We should end up with something like this:
    Before we can populate the fields with user data, we need to create a connection to the User Profile Service.
    Add a data connection to the User Profile Service
    Click the Data tab on the ribbon, and click the option From Web Service, and From SOAP Web Service.
    For the location, enter the URL of your SharePoint site in the following format – http://<site url>/_vti_bin/UserProfileService.asmx?WSDL.  Click Next.
    Note - for the URL, it can be any SharePoint site URL, not just to the site where your list is.
    For the operation, choose GetUserProfileByName.  Click Next.
    Click Next on the next two screens.
    On the final screen, uncheck the box for “Automatically retrieve data when form is opened”. This is because we are going to retrieve the data when the button is clicked, also for performance reasons.
    Now we need to wire up the actions on our button to populate the fields with the information for the user in the people picker control.
    Tell the form to read the user from the people picker control
    Click the Home tab on the ribbon.
    Click the button control we created, and under the Rules section of the ribbon, click Manage Rules. Notice the pane appear on the far right.
    In the Rules pane, click New –> Action. Change the name to something like “Query and load user data”.
    Leave the condition to default (none – rule runs when button is clicked).
    Click the Add button next to “Run these actions:”, and choose “Set a field’s value”.
    For Field, click the button on the right to load the select a field dialog.  Click the Show advanced view on the bottom.  At the top, click the drop down and choose the GetUserProfileByName
    (Secondary) option.  Expand myFields and queryFields to the last option and highlightAccountName.  Click ok. 
    For Value, click the formula icon. On the formula screen, click the Insert Field or Group button. Again click the show advanced view link, but this time leave the data
    connection as Main. Expand dataFields, then mySharePointListItem_RW.  At the bottom you should see a folder called group (the people picker control we just added to the form).  Expand this, then pc:Person,
    and highlightAccountId.  Click Ok twice to get back to the Rules pane.
    If we didn’t do this and just queried the user profile service, it would load the data of the currently logged in user.  So we need to tell the form what user to load the data for.  We take the AccountID field from the people
    picker control and inject into the AccountName query field of the User Profile Service data connection. 
    Load the user profile service information for the chosen user
    Click the Add button next to “Run these actions:”, and choose Query for data.
    In the popup, for Data connection, click the one we created earlier – GetUserProfileByName and clickOk.
    We’re closing in on our goal.  Let’s see our progress.  We should see something like this:
    Now that we have the user’s data read into the form, we can populate the fields in the contact form.  The number of steps to complete will depend on how many fields you want to populate.  We need to add an action step for
    each field.  I’ll show you one example and then you will just repeat the steps for the other fields.  Let’s update the Job Title field.
    Populate the contact form fields with existing user’s data
    Click the Add button next to “Run these actions:”, and choose “Set a field’s value”.
    For Field, click the button on the right to load the select a field dialog.  Highlight the field Job Title.
    For Value, click the formula icon. On the formula screen, click the Insert Field or Group button.  Click the Show advanced view on the bottom. At the top, click the
    drop down and choose theGetUserProfileByName (Secondary) option.  Expand the fields all the way down until you see the Value field.  Highlight it but don’t click ok, but click the Filter
    Data button, then Add. 
    For the first dropdown that says Value, choose Select a field or group.   The value field will be highlighted, but click the field Name field
    under PropertyData.  Click Ok. 
    In the blank field after “is equal to”, click in the box and choose Type text.  Then type the text Title. 
    Click ok until you get back to the Manage Rules pane.  The last previous screen will look like this.
    We’re going to update common fields that are in the user’s profile, and likely from Active Directory.  You can update fields like first and last name, company, mobile and work phone number, etc.  For the other fields, the
    steps are the same except the Field you choose to update from the form, and the very last step where you enter the text will change.  Here’s what the rules look like when we’re done:
    We’re all done, good work!  You can preview the form and try it now.  Click Ctrl+Shift+B to preview the form.  Once you’re satisfied, you can publish the form back to the library.  Click File –> Quick
    Publish.  Once it’s done, you will get confirmation:
    Now open your form in SharePoint.  From the contact list, click Add new item.  Type in a name, and click the button and watch the magic happen!

  • How do i sync Itune accounts with out loosing all of my music on one account

    I am a new Itunes account user and would like to sync with my mothers account because that is where all of my music is but i do not know how to sync two seperate accounts to do so. If you know how or have anny other way of helping please do so. Thank you

    If it is purchased music, it will stay with her account.  Purchased from the iTunes store.  If the music is from stuff you or she ripped (imported from) cd's, that can be synced to your phone using iTunes.
    HTH

  • How do I sync  2 accounts between my wife and I

    My wife and I both have our own Apple ID's and we would like to know if they're is a way that we can share our purchased apps and music files within our household devices?

    Thanks, Rick. I have identified another part of the answer -- my husband and I both use this MacBook. We have separate IDs and iCloud accounts. But apparently only one account is allowed to store iWork files on iCloud. Apparently when his iPhone was set up, or maybe when he borrowed the MacBook for a business trip, or when he took some pictures with his new iPhone -- who knows how or when -- the storage capability got attached to his iCloud account on my computer. I started to sign him out, then was told that if that was done, the photostream would be deleted.
    At this point the complexity is beyond ridiculous. We have 3 Mac devices, two computers and a phone, and I can't figure out the logic behind this limitation. I wish I had spent the hours that were invested in this effort in something more productive. I don't think iCloud is ready for primetime yet.

  • How do I sync mail accounts onto ipad

    I cannot sync my mail accounts from laptop to new ipad!!!!

    Synchronization is done by your email provider. This will depend on whether or not your email provider supports synchronization.
    You should define the email protocol as imap on both devices.

  • How do I sync email accounts from my mac to my iPhone?

    I used to be able to sync my email accounds to my phone using iTunes.  I dont see that option anymore?

    With the iPod connected to your computer, go to the Summary pane under devices (your iPod) and check the appropriate boxes.  From the Users Guide:'
    Calendars
    Â
    You can sync calendars from applications such as iCal on a Mac, or from Microsoft
    Outlook 2003, 2007, or 2010 on a PC. (On a Mac, you can sync calendars with multiple
    applications. On a PC, you can sync calendars with only one application at a time.)

  • How to create a disabled account in Active Directory?

    Hi all,
    I got the assignment to create AD accounts as soon as a new employee is entered into the hr system, which might be several weeks before their contract actually starts. Therefore the account should be disabled until the start of their contract and be enabled then.
    Now, I tried a very simple approach and set accounts[Active Directory].disable=true during active sync when creating the account. According to the audit-entries, the value is set correctly, but my AD just doesn't bother. The account is created but not disabled. :-(
    What can I do? The workflow so far was just "start -> provision -> end" and I tried to change it to "start -> provision -> disable ->end" with a new action like this:
    <Activity id='4' name='Disable AD'>
    <Action id='0' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='checkoutView'/>
    <Argument name='type' value='Disable'/>
    <Argument name='id' value='$(user.waveset.accountId)'/>
    <Argument name='authorized' value='true'/>
    </Action>
    <Action id='1'>
    <setvar name='view.resourceAccounts.currentResourceAccounts[AD].selected'>
    <Boolean>true</Boolean>
    </setvar>
    <setvar name='view.resourceAccounts.currentResourceAccounts[AD].disabled'>
    <Boolean>true</Boolean>
    </setvar>
    </Action>
    <Action id='0' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='commitView'/>
    <Argument name='view' value='$(view)'/>
    </Action>
    <Action id='2' process='Provision'>
    <Argument name='op' value='provision'/>
    </Action>
    <Transition to='end'/>
    <WorkflowEditor x='736' y='192'/>
    </Activity>
    However, there is no success. Probably I got some basic misunderstanding, since provision does not seem to complete when the workflow changes from provision to disable?
    Any help woud be greatly appreciated.
    CU,
    Patrick.

    You need to use DisableViewer view.
    Check following code.
    <Action id='0' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='checkoutView'/>
    <Argument name='type' value='DisableViewer'/>
    <Argument name='id' value='$(userId)'/>
    <Argument name='Form' value='Empty Form'/>
    <Return from='view' to='disableView'/>
    </Action>
    Regards,
    MK

  • TS4083 How can I sync all email accounts to my iphone?

    There used to be an info section in iTunes that allowed you to sync email accounts from your iMac to your phone but this option seems to have been removed now from iTunes. Has it moved to iCloud somehwere? If so, how can I sync the accounts from my iMac? Thanks is advance for your help!

    Thanks! I knew how to do that already :/ Just upgraded to a 5s and didn't want to manually enter my accounts and server settings again (there are 10 email accounts) as I actually don't remember most of the passwords. I backed up settings from my old iPhone 4 before swapping the sims over and have managed to restore the 5s from that backup which copied over all of my email accounts, great success! However, just had to access cpanel for all accounts to reset the passwords as they are not copied over.
    Thank you for your prompt reply!

  • HT1689 I use ITunes Match with my iPad. How do I sync my iPod to my iTune Match account?

    How can I sync my iPod to my iTunes Match account?

    iTunes Store: Subscribing to iTunes Match
    Apple - iTunes - Match
    iTunes Store: Troubleshooting iTunes Match
    Also try this forum:
    https://discussions.apple.com/community/itunes/itunes_match

  • I have 2 itunes accounts. I can no longer use my first one for purchases so I had to start a new one and it will not sync from my new one without deleting everything on my same ipod from my previous account. How do I sync between both accounts?

    I have 2 itunes accounts. I can no longer use my first one for purchases so I had to start a new one and it will not sync from my new one without deleting everything on my same ipod from my previous account. How do I sync between both accounts?

    Wayland wrote:
    The CS.com service account has long been closed. I cannot get it to respond to my years ago password for that account. So I ask them to send me a new password and of course it goes to my years ago email number.
    Don't have it send email.
    Answer the security questions.

  • I have just moved from MobileMe, where I had a 'Family account' (with unique email addresses for my wife and myself) to iCloud. We share the Cal and Contacts on our iMac. How do we sync to multiple devices - we each have iPads and iPhones? Mine sync OK...

    We have just moved from MobileMe, where we had a 'Family account' (and we each have our own @me.com email addresses) to iCloud. We share the Cal and Contacts on our iMac. How do we sync to multiple devices - we each have an iPad and an iPhone, but with different accounts set up for mail. Mine syncs OK to Cal and Contacts, but hers doesn't. There must be a way! Please help.

    According the this: http://www.apple.com/mobileme/transition.html, "After moving to iCloud, family member accounts are no longer linked to the master account."  You can share an iCloud calendar (see http://support.apple.com/kb/PH2690), but I don't think you will be able to share iCloud contacts unless you are signed into the same iCloud account on both phones.

  • Our family has one apple account, but several devices linked to it.  How do I sync my device (Ipad) without getting all my 11 year old daughter's apps on it?

    I need help syncing my Ipad.  Our family uses one apple account for multiple devices... how do I sync my ipad without getting all my daughters apps?  How do I know which of my apps need to be synced to the computer?

    Simply select only the apps that you want to sync to your iPad and then sync. You can control what syncs to the iPad. You may be best served by turning off auto sync.
    Launch iTunes and go to Edit>Preferences>Devices and check the box that says - Prevent iPods, iPhones and iPads from syncing automatically. Click OK.
    Connect your iPad to the computer.
    Launch iTunes
    Click on the iPad name on the left side under the Devices heading.
    Click on the Apps Tab in the iTunes window on the right.
    Click on only the apps that you want to sync in the list of apps under the Sync Apps heading.
    Make sure that the Sync Apps heading is checked.
    Click on Apply in the lower corner of iTunes.

Maybe you are looking for

  • 500GB Hard drive failure - for the 4th time

    Ok, So i bought a macbook pro from Apple in about may 2010. It is a 500GB Serial ATA Drive @ 7200 2.66GHz Intel Core i7 GB 1066MHz DDR3 SDRM SuperDrive 8X DL. Since then the hard drive has failed 3 times and now it has failed for the 4th time this mo

  • How to "Run Test UUTs" from ParallelSeq?

    Hello, i´m starting a parallel-sequence in Seq-file load in the model when starting TestStand. How can i execute a "Run Test UUTs (F5)" from wthis parallelsequence to run the currrently loaded sequence? Thx Regards

  • People and Business Widget not working

    I cannot get these to work; I get the following messages: People: "Data Unavailable" and Business: "No Results Found" Please advise... Imac, Intel Core 2 Duo 2006 Intel 10.6.8

  • Implementation work shop structure and questions

    dear experts, can some one get me detailed idea on the work shop structure before the blue print ? what are the main activities need to covere ? do some one have questions for the OM work shop ? any high level diagram for OM process for reference ? a

  • Annoying dotted lines in browser

    Hi All, I am using a Dreamweaver HTML layout with links using an unordered list styled with CSS.  When I click on the link a yellow dotted line surrounds the box containing the link in both Firefox and IE.  How can I get rid of the yellow dotted line