kleine Anmerkung noch:
Wenn der Benutzer mehrere mobile Endgeräte registriert hat, dann ist eventuell ein gerätespezifischer Reset besser.
Und nach dem Reset sollte der Benutzer mit dem Endgerät via WLAN "online" sein, da ja durchaus recht große Datenmengen zum Syncen anstehen könnten
------------
To reset a users config you need to use the "tell traveler reset <deviceID> <user>" command.
You can use the * for all devices the user use or the Device ID seen in the info dump.
Normally a user is using only one device so * should work for you.
To reset the config from Joe you can use:
tell traveler reset * Joe Blocks/sales/ACME
or
tell traveler reset 811833D71C5C220737E65639D4548330204FC023 Joe Blocks/sales/ACME
Result:
Command 'tell traveler reset 811833D71C5C220737E65639D4548330204FC023 Joe Blocks/sales/ACME' for device 811833D71C5C220737E65639D4548330204FC023 and user CN=Joe Blocks/OU=sales/O=ACME completed successfully.
After that the user should create a new connection to the Traveler server and should perform a new sync.
-------------