Hi all,

We've just migrated Trac from a linux box to a Windows Server. Trac
now authenticates users against Active Directory. As a result, users
with usernames in trac that differs from their AD-username just "lost"
all their assigned tickets.

We're running Trac 0.11.5 with sqlite against svn.

What's the best way to handle this? Is it an option to update sqlite
directly with UPDATE statements? Ex:
UPDATE [someUserTable]
SET [someUserNameColumn] = '[AD-username]'
WHERE [someUserNameColumn] = '[oldTracUserName]'

Thanks in advance!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to