How can the password management extension access FIM configuration items?
When configuring a FIM management agent using the Extensible Connectivity Management Agent, it is possible to define various configuration values as a key/value pair. I can access these items in the GenerateImportFile method, but how can I access these configuration items in the Password Extension class? Thanks. -Dave
April 7th, 2011 11:32am

There isn't a supported way to do access the config values from the Password Extension. That has long been a complaint. If you really must have that data, you could export the MA config to an XML file and put it in the MAData subfolder for that MA and then read it to parse the config info. You just need to remember to do that whenever you change it. Alternatively you could put the config parameters in an xml file in the MAData subfolder and then have both the XMA and the password extension read from it. The path to the MAData subfolder can be retrieved using MAUtils.MAFolder.David Lundell, Get your copy of FIM Best Practices Volume 1 http://blog.ilmbestpractices.com/2010/08/book-is-here-fim-best-practices-volume.html
Free Windows Admin Tool Kit Click here and download it now
May 22nd, 2011 11:51pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics