Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
cogitat Offline
New Member
 
Posts: 6
Join Date: Sep 2006
Problem with 1 LDAP user can't login. - 09-10-2006, 03:21 PM

So far it seems to be isolated to one user. This user can't login using normal ldap credentials. Mail is working and workstation login is working. Anybody have any ideas at all where I could start looking?

Version is 3.00.90
   
Reply With Quote
  (#2) Old
sureshkumar.mr Offline
Member
 
Posts: 149
Join Date: May 2006
10-10-2006, 07:16 AM

Whenever users sends an email to support, user account is created in table "swusers" .
This happens when we enable email queue. The email id is updated in "swuseremails" table.

If the same user tries to login to eSupport or SupportSuite the login fails with message "Invalid Username or Password"

There are two ways to solve this problem:
1. Execute the below SQL commands. This you need to do regularly until they fix this problem.

delete from swuseremails where userid in (select userid from swusers where loginapi_userid='0');
delete from swusers where loginapi_userid='0';
commit;


or

2. Open "swusers" table, select a record, find the full name, if you know the login id for that name, then update the same in "loginapi_userid" column. Then try to login, it will work.
   
Reply With Quote
  (#3) Old
cogitat Offline
New Member
 
Posts: 6
Join Date: Sep 2006
10-10-2006, 04:12 PM

Thanks I found the problem based on the above information. We had a few users that were not logging in before creating a ticket, therefore an account would be created for them and a password sent out in an email. This would cause a conflict the next time they tried to login using the created account or their LDAP account.

I deleted that user from the Staff Cp and once the re-logged in with the LDAP credentials the tables were recreated and tickets were reassociated with the account.
   
Reply With Quote
Reply

Tags
ldap

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[HOW TO] Get the Winapp client runing on Terminal Servers Paul Agerbeek LiveResponse Desktop Application 0 12-10-2006 12:34 PM



Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48