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
SMBuser Offline
New Member
 
Posts: 5
Join Date: Jun 2006
AD loginshare problem - 29-06-2006, 07:56 AM

I have enabled AD integration in Loginshare.
I spent some time on it and it seems working now.
However not the way I expected it.

When user goes to esupport page and types AD username and password - it works.

If he/she sends an email first and Email Parser retrieves the email and creates the ticket and the user in the esupport DB then AD username and password don't work.
I thought when user logs in it would re-write the temp password created by EmailParser with the one from AD. However it doesn’t.

I am pretty sure it worked before. With version 3.00.32 (or 3.00.80). (Maybe not )

Maybe I can fix it somehow in the settings?

Last edited by SMBuser; 29-06-2006 at 11:54 PM.
   
Reply With Quote
  (#2) Old
melo555 Offline
New Member
 
Posts: 15
Join Date: Jan 2006
29-06-2006, 11:15 AM

I had the same problem
I contacted Kayako and they told me that local login does not work with AD.
So if the account is created automatically by the email parser, then the account is treated as local

the solution is the following:

go to Staff CP and check the user ID

then open the kayako mysql database (called swift) and do the following:

select loginapi_userid from swusers where userid='ID';

this will select the loginapi from ID (must replace ID with the ID number)
If you do this with an account created by an email you should get 0
if you do the same with an account that works, you should get the AD account login name (example: marc)

so the trick is to replace this 0 with the AD login name
for this do the following:

update swusers set loginapi_userid='hooli' where userid='ID';

again, must replace ID with the userId number


I suggest you do first a backup of the database

cheers

carmelo
   
Reply With Quote
  (#3) Old
jamesM Offline
Member
 
Posts: 51
Join Date: Jun 2006
29-06-2006, 11:43 AM

I had the very same problem people would send in a email and then go and try and login with there AD user name. I had about 20 support calls logged in the end I found the fastest way to fix the problem was to clear the the swusers table as well as the table that holds all the emails (sorry I can't remember the name but it would hold a table of emails addresses match back to userid in the swusers table. All the users when then able to login and see there logged tickets and no data was lost.

Of cuase before I tried this I tock a full back up and stopped the email parser just in case :-)
   
Reply With Quote
  (#4) Old
eiden Offline
Member
 
Posts: 234
Join Date: Apr 2006
Location: Norway
29-06-2006, 06:36 PM

This happens becuase the LoginShare funtion has some drawbacks. Please read this post : Comments on LoginShare issue
   
Reply With Quote
  (#5) Old
SMBuser Offline
New Member
 
Posts: 5
Join Date: Jun 2006
29-06-2006, 11:56 PM

Thanks, guys! You helped a lot!
   
Reply With Quote
Reply

Tags
loginshare

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
Loginshare Problem ike@2y4 SupportSuite, eSupport and LiveResponse 0 08-01-2007 04:34 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