Blog

Best Practices ILM 2007 Coding Conventions and Habits

Thanks for writing this up, David. That’s goo… matthew gibson - Jun 2, 2009Thanks for writing this up, David. That’s good information. Can you explain this point… I have seen one developer use the flow rule names as a language to processor module to handle 90% of his string manipulation. That certainly cut down on the need for re-coding. I’m not sure I follow. Thanks, Again. Matthew One developer wrote a module that could interpret stuff like this

Continue reading

Best Practices ILM 2007 Coding Conventions and Habits

In response to question in the MMSUG yahoo group I thought I would post the following: Naming conventions for MV objects and attributes. Most CS objects and attributes come to us with names – the exception being when we are writing our own views in SQL or Oracle There are many object types and attributes pre-defined in the metaverse if you use those no need to rename most of them seem to come from the required and suggested attributes for either an X.

Continue reading

Desert Code Camp -- SQL, XPath and FIM

I just presented 3 sessions at the 2009 Desert Code Camp on Saturday June 13, 2009 at Devry University Thanks to Devry for hosting it and thanks to Lorin Thwaits of KB Alertz for being the Code Camp Director and to all other volunteers. Title (and link to Desert Code Camp site) Abstract Presentation Link Comments I dream in SQL (writing queries) Learn how to write SQL queries: SELECT statements, JOIN clauses, group by with Practical examples from the realm of Identity Management

Continue reading

To PKI or not to PKI?

Hey Dave, I didn’t notice your blog before. Go… Unknown - Jun 0, 2009Hey Dave, I didn’t notice your blog before. Good work. Gimme a call… Lets have lunch sometime soon. It would be nice to see you. justin harris justin@jwheel.com

Continue reading

To PKI or not to PKI?

When should one implement a Public Key Infrastructure and when should one not? Obviously we implement a PKI to solve a problem, usually around security, enabling secure communications with a web server, multi-factor authentication, encryption. A PKI solution can be very versatile, but it comes at a price in setup and maintenance. But what alternatives do we have? Let’s examine each problem in turn Problem PKI difficulties Alternatives Benefits for Alternatives

Continue reading

The Business Impact of Identity and Access Management with Forefront Identity Manager 2010

It’s nice to know its impact to the business. … Karl - Sep 4, 2011It’s nice to know its impact to the business. Thanks a lot for sharing that valuable information. business consultant

Continue reading

The Business Impact of Identity and Access Management with Forefront Identity Manager 2010

Brad and I are going to cover the value of the whole Identity Management Stack from Microsoft and a few additional pieces from partners. **When: Thursday, May 28th **Where: Webinar/Online (Live Meeting links will be sent to all registrants) (Click Here to RSVP) Presenters: David Lundell – Microsoft MVP for ILM, Ensynch Practice Director Brad Turner – Microsoft MVP for ILM, Ensynch Sr. Technical Architect **Time: **9am-10am Pacific/Arizona 10am-11am Mountain

Continue reading

Dealing with the ILM 2 RC 0 Cert in Windows server 2003 domain

The Password Reset instructions ask us to use Group Policy to distribute the cert to the clients. This only works in Windows Server 2008 functional level domains. In Windows Server 2003 domains you can automate this using cerutil.exe The following command will export the cert generated by ILM 2 install to the ilm2cert.cer file in the working directory certutil -store trustedpeople IdentityLifeCycleManager2 ilm2cert.cer This command can be used to import the cert from the command line

Continue reading

Problems with Sync Rules in ILM 2 RC0 (err FIM RC0)?

If you will take a look at FIM(ILM) connections sc… Unknown - Apr 2, 2009If you will take a look at FIM(ILM) connections schema you will see that ILM MA has a direct SQL connectivity to FIM database (not through web service). As far as I know any change to metaverse schema fires up synchronization of this change to FIM database directly through SQL connection.

Continue reading

Problems with Sync Rules in ILM 2 RC0 (err FIM RC0)?

Well I had a problem with a recent install – the Metaverse Object Type Dropdown list was empty! Turns out the source of this drop down list is the mv-data object type. However my install didn’t have this object. Obviously something was wrong. How does one create this object in the first place? Not directly in the portal. I am not certain when this object is supposed to be created.

Continue reading