Sometimes, I have to rebuild Luminis user accounts. Usually I export the user's full calendar data, then delete the account, recreate it, then import the xml file back into the new account. But I lose...
1) the user's calendar sets and
2) their subscribed list
Anyone know an easy way to maintain this information so the user doesn't have to rebuild these items on their end?
Thanks,
MLC
Comments
Dump the LDAP entry for the user
We have not done this but I do know that all this data is stored in LDAP for the user. Specifically on their node within the LDAP tree. You could either dump the whole user node and then import it again, or just export the ics* entries for the calendar.
Thanks!
Hi villiam! That worked perfect. Thanks man. MLC