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
Manny Offline
New Member
 
Posts: 26
Join Date: Sep 2006
Active Directory Invalid User Name/PW - 15-09-2006, 03:22 PM

I can't figure out why 90% of my users can login fine and the other 10% get invalid user name and password. I've compared their active directory accounts and nothing seems different about them. Any one have any ideas? I'm using eSupport v3.00.90
   
Reply With Quote
  (#2) Old
sureshkumar.mr Offline
Member
 
Posts: 149
Join Date: May 2006
18-09-2006, 03:48 AM

Even I am having the same problem, my Manager is not able to login. We checked everything in ADS, resetted the password several times but nothing is working.
   
Reply With Quote
  (#3) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,858
Join Date: Aug 2006
Location: Mumbai, India
18-09-2006, 03:54 PM

Have you followed all the instructions mentioned in the KB articles found in the Kayako Helpdesk? They do provide detailed information on how you can set up AD with Kayako.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#4) Old
sureshkumar.mr Offline
Member
 
Posts: 149
Join Date: May 2006
21-09-2006, 04:13 PM

Atlast I found a work around.

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. Clear all the records in "swusers" and "swuseremails" table (Take a backup if you need, but I didn't take) 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.

I tried the first one, it worked fine.

This is the work around for Active Directory Login share (LDAP) till they fix this bug.

Last edited by sureshkumar.mr; 22-09-2006 at 07:44 PM.
   
Reply With Quote
  (#5) Old
Manny Offline
New Member
 
Posts: 26
Join Date: Sep 2006
25-09-2006, 07:20 PM

Quote:
Originally Posted by sureshkumar.mr
Atlast I found a work around.

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. Clear all the records in "swusers" and "swuseremails" table (Take a backup if you need, but I didn't take) 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.

I tried the first one, it worked fine.

This is the work around for Active Directory Login share (LDAP) till they fix this bug.
I was able to verify number 1 above as well. Everyone can login fine. Unfortunately, this poses a small problem since users have to login first before submitting a ticket. Otherwise, they will get the Invalid User name and Password if they submit a ticket via email first and then try to check the status. Hope they get this fixed quickly.
   
Reply With Quote
  (#6) Old
Manny Offline
New Member
 
Posts: 26
Join Date: Sep 2006
28-09-2006, 08:51 PM

Do you know if there is a way to import the users from AD? That way eSupport would see the user already in the DB and would not create a new acct for them. Or do you know of a way that I can send an Auto response when a ticket is sent via email to anyone who has not logged in manually first asking them to first login? I am getting more and more users that can't login and I don't want to delete the data in those two tables everytime someone submits a ticket before they login. And I certainly don't want to fix everyone individually.
   
Reply With Quote
  (#7) Old
dnicol Offline
Member
 
Posts: 106
Join Date: Apr 2006
28-09-2006, 09:09 PM

Have a look at our open ldap loginshare code.
Open Ldap Loginshare
   
Reply With Quote
  (#8) Old
sureshkumar.mr Offline
Member
 
Posts: 149
Join Date: May 2006
29-09-2006, 01:33 AM

You can delete selective records by using the below SQL queries.

delete from swusers where loginapi_userid='0'
delete from swuseremails where userid in (select userid from swusers where loginapi_userid='0')
commit
   
Reply With Quote
Reply

Tags
active, directory, invalid, name or pw

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
Free Active Directory User Import Script landspeed Modifications & Addon Releases 23 17-11-2008 03:39 AM
Active directory integration c-wex Installation & Upgrading 156 23-07-2008 11:27 AM
Active Directory Loginshare get more info (FieldFetch) kaviar Wont Implement / Already Implemented 6 30-01-2007 10:03 PM
Active Directory joshopkins SupportSuite, eSupport and LiveResponse 3 27-09-2006 02:02 PM
Active Directory questions aviens SupportSuite, eSupport and LiveResponse 4 16-06-2006 09:59 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0


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