Yes; actually what we are going to do is write some code in a VB
Windows application, in order to:
- access a folder thru CDO
- access the various arrays (Readers, Authors, Coordinators)
- for each entry, match the "old login" with the "new AD login"
- add the new login to the array
We are choosing this way because we will not migrate every user in a
single run: we want to migrate, say, 10 users every day (migrating
also their mail, their access rigths to file system resources, etc).
And we do not want, for a while, to lose the old access list.
If you are interested in our code drop me a mail; all this is in a
developing and testing phase, but we think to have the code complete
in 1-2 weeks.