Provisioning code sample
-
Wednesday, January 02, 2013 2:26 PM
I saw Provisioning code sample for LDIF_MA below.
http://msdn.microsoft.com/ja-jp/library/windows/desktop/ms696035(v=vs.100).aspx
Why it separate
If 0 = Connectors case
and
1=Connectors case ?
I thought Connectors=1 is only projection MA(which make MV object) exist.
All Replies
-
Wednesday, January 02, 2013 2:39 PM
It is checking if connector exists - if not, it should probably provision one, if yes (1) it might want to check rename or de-provision conditions.
Number of connectors checked from a code is not related to projection etc. it is just checking if given connector was provisioned (either through join , projection or provisioning code) or not.
Tomek Onyszko, memberOf Predica FIM Team (http://www.predica.pl), IdAM knowledge provider @ http://blog.predica.pl
- Marked As Answer by Markus VilcinskasMicrosoft Employee, Owner Sunday, March 17, 2013 8:01 PM
-
Thursday, January 03, 2013 1:24 AM
Thank you.
Is there any good LDIF_MA provisioning sample anywhere ?
-
Thursday, January 03, 2013 9:09 AM
The link you have provided in the first post contains a useful example. Can you use synchronization rules? that will make it easier for you to to?
Here is another provisioning example:
http://blogs.technet.com/b/yaleli/archive/2006/03/26/422281.aspx
Need realtime FIM synchronization and advanced reporting? check out the new http://www.imsequencer.com that supports FIM 2010, Omada Identity Manager, SQL, File, AD or Powershell real time synchronization!
-
Thursday, January 03, 2013 11:25 AM
Thank you.
The link says
ManagementAgent = mventry.ConnectedMAs["AD_MA_Name"];
Does it mean it is provisioning code for AD_MA_Name MA ?
If I would like to provision to several MAs,
I have to specify each mventry.connctedMAs["MA_Name"]
and write each provisioning code ?
-
Thursday, January 03, 2013 11:27 AMYes, you will need to write provisioning code for each management agent, or you can use the FIM portal synchronization rules, which actually does the provisioning for you without writing the code for you.
Need realtime FIM synchronization and advanced reporting? check out the new http://www.imsequencer.com that supports FIM 2010, Omada Identity Manager, SQL, File, AD or Powershell real time synchronization!
-
Friday, January 04, 2013 7:46 AMBesides using Declarative Provisioning with Synchronization Rules, you could check out my FIM MRE CodePlex project. This allows you to do provisioning using a plain old XML file and there is source code to show you how provisioning is done (https://fimmre.codeplex.com/)
Regards, Soren Granfeldt
blog is at http://blog.goverco.com | twitter at https://twitter.com/#!/MrGranfeldt- Edited by Søren GranfeldtMVP Friday, January 04, 2013 9:03 AM Link error fixed
-
Friday, January 04, 2013 8:31 AMGreat linken Soren, but there is an additional ")" after the hyperlink which causes a 404 not found message, removed the ")" and all was OK.
Need realtime FIM synchronization and advanced reporting? check out the new http://www.imsequencer.com that supports FIM 2010, Omada Identity Manager, SQL, File, AD or Powershell real time synchronization!
-
Friday, January 04, 2013 11:01 AMA blatant plug for OCG but there is an old (but good) paper here http://www.oxfordcomputergroup.com/whitepapers.aspx called "Provisioning with Microsoft Identity Lifecycle Manager" that does a step-by-step guide to creating provisioning extensions. It doesn't cover the LDIF_MA explicitly but does a simple text file and AD.
Dave Nesbitt | Architect | Oxford Computer Group
-
Friday, January 04, 2013 11:01 AM
Thanks. I fixed the link.
Regards, Soren Granfeldt
blog is at http://blog.goverco.com | twitter at https://twitter.com/#!/MrGranfeldt -
Sunday, January 06, 2013 6:24 AM
Thank you.
I firstly tried Export Attribute flow Direct for LDIF MA but it did not work.
In LDIF MA , I have to write provisioning code and also define Export Attribute flow for LDIF_MA ?

