I have lost the roster in Spark after the AD ID was renamed in my organization. Such renaming was done due to AD ID standardization acroos the org. Can anyone pls help me how to retrieve the old roster? or to avoid losing the roster in future employees (whose IDs have not been renamed)?
Did you update your server settings with the new AD ID? If the structure didnt change the Roster shouldn’t change either. But you may need to update the AD Profile server settings.
What field in AD Users and Computers user properties are you changing? I modified your openfire.xml file to be more compatible with AD for vCards and Spark roster display. openfire1.xml (4606 Bytes)
I just had the same thing happen to me. My AD username was changed from ralexander1 to rob.alexander and I lost all of my self-added contacts, my avatar, and my Fastpath group membership. However, I maintained my AD-based Openfire group membership.
This is the one thing that is preventing us from moving forward with changing the rest of our employees’ usernames. Can somebody please help me figure out how to avoid this problem?
This is somewhat similar to the Renaming an account discussion. Openfire has a User Service plugin. Can somebody please use that service to create a GUI to update (rename) usernames? That would be cool.
Don’t you just need to edit the “ofRoster” table (easy enough if it’s mysql) - just write a query to change the “username” field from the old username to the new username and that should sort it out?