automatic Account Expires attribute population
Hi, I have a requirement in which i need to do something like this in codeless provisioning "DOB+58 years=account expires attribute in AD". The data types are mismatching. Is there a function or custom expression which i can use to achieve the same? Thanks! Bundu
July 5th, 2011 6:26am

Well, if you flow DOB into the FIM Service as a DateTime attribute you can build a set to invoke the process, i.e. toggle a boolean value. You will need an advanced, legacy (i.e. coded) flow rule to write the Int64 ticks value back to AD though, e.g. if you want to make use of the accountExpires attribute. You could have an adv. flow rule based on the boolean that flows today, converted to Int64. See here: http://social.technet.microsoft.com/Forums/en-IN/ilm2/thread/aadab1f8-7fb4-4de2-a3c6-9244672dc76a. If you don't want to write an adv. flow rule you'll need a custom activity to convert the date to Int64 and write it to an integer attribute that you can flow into AD using codeless. If you don't want to flow it into AD and just want to react in some other way then use the transition event to trigger disconnection or something. Here's some options for getting datetime attributes into the FIM Service (as the format is quite explicit): http://social.technet.microsoft.com/Forums/en-US/ilm2/thread/59e8668a-65c5-45e6-b85f-01994a2004cf
Free Windows Admin Tool Kit Click here and download it now
July 5th, 2011 7:50am

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

Other recent topics Other recent topics