How to force password reset upon initial data load

IDM v7.0

We are creating initial users via reconciliation with an LDAP. The initial LH password is a well known constant set in the MetaView. We need to force a password reset upon the 1st logon for each user. We assumed this to be automatic, but it isn't. How do we do this?

BTW - It may be a bug - I'm opening an issue. Per the Deployment PDF "By default, Identity Manager generates a random password that must be reset."

Thanks

null

[468 byte] By [TD_ROCa] at [2007-11-27 8:28:08]
# 1

Hi,

putting this into the form you use for loading

<Field name='waveset.passwordExpiry'>

<Default>

<invoke name='toString'>

<new class='java.util.Date'/>

</invoke>

</Default>

</Field>

should make the passwords expired.

BTW I think you should upgrade to 7.1 asap. 7.0 is very broken.

Regards,

Patrick

Patrick.Wehingera at 2007-7-12 20:18:00 > top of Java-index,Web & Directory Servers,Directory Servers...