Hi Romola, I had the same problem of losing user GUIDS when moving RedDot to new servers - especially an issue if users have thing s saved in draft as they become set to 'unknown user'. To get around the problem and assuming that the user names from LDAP are unique I wrote some code to:
Export user rights for modules / projects and groups. Export the user info of pages saved as draft. Once the projects have been copied over to the new server and the LDAP users imported: Import user rights for modules / projects and groups. Import the user info of pages saved as draft. The main points of the code are probably in the last version of RedDotNet <http://www.solutionexchange.info/RedDotNet.htm>I released in Utils/Users.cs. Hope it helps. John -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
