Kayako Logo
Installation & Upgrading Questions and issues regarding the installation and upgrade procedure of SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

Question Active directory integration - 25-11-2005, 12:18 PM

Hello All.
I'm quite new to kayako and want to do active directory integration via loginshare.
Running v3.00.13 I am not succeeding.

there are numerous threads on the subject but none tells the whole story.

One basic problem for me in setting this up is that no one tells how to tell if AD integration actually works.

So for the configuring steps i have found is the following

1. ldap must be compiled in to the PHP or setup as extension in PHP.INI
2. under admin cp -> templates -> manage groups ... Click settings and set loginshare = Microsoft Active Directory
3. under admin cp -> templates -> login share ... locate "Microsoft Active directory" and click settings.
3a. Configure the active directory as follows:

Active Directory Host = ip adress of your AD server
Port (Default: 389) = 389
Base DN = cn=users,dc=domain,dc=com
RDN = cn=administrator,cn=users,dc=domain,dc=com (Here there are diffrent versions of what should be entered. Som say that it could be domain.com\administrator ???)
Password = password

And thats what i have been able to find of more or less concrete material.

so now i need to check if this works ... i try to login as a user fra AD ... does not work !

I look under staff CP manage users no users fro AD here .. should i import them or something ????

In one thread i read that i had to create all the users myself ???

Anyone who can provide me with the rest of the solution ???
   
Reply With Quote
  (#2) Old
wgillam
 
Posts: n/a

25-11-2005, 02:18 PM

Your configuration steps look good. We had to use our pre-Windows 2000 domain in the RDN field (i.e. DOMAIN\Administrator) for ours to work. Also, our Base DN was just 'dc=subdomain,dc=domain,dc=com', no cn's were entered here.

The Active Directory integration only lets AD users log in to the client-side of the support system (not the staff or admin side). I also found out the hard way that SupportSuite does not import AD users. As they login using their AD user name and password, it creates accounts in the support system.

I'm trying to create a simple VB script to do an import of all AD users within a given AD container but I haven't had the time to do it yet. :-/

But first, check that port 389 is not being blocked by any firewalls and try removing the cn=users from your Base DN.
   
Reply With Quote
  (#3) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

25-11-2005, 04:12 PM

It Works !!!
So here is the formula for setting up active directory integration

1. ldap must be compiled in to the PHP or setup as extension in PHP.INI
2. under admin cp -> templates -> manage groups ... Click settings and set loginshare = Microsoft Active Directory
3. under admin cp -> templates -> login share ... locate "Microsoft Active directory" and click settings.
3a. Configure the active directory as follows:

Active Directory Host = [ip adress of your AD server]
Port (Default: 389) = [389]
Base DN = [dc=domain,dc=com]
RDN = [prewin2k username for user with access to AD eg domain\administrator]
Password = [password for user in the RDN field]

Test by logging in to the support part of kayako.
There is no support for AD integration with the Staff CP or the Admin CP.
When the integration works users beeing logged in will be "imported" to :
Staff CP -> Manage Users.
   
Reply With Quote
  (#4) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

25-11-2005, 04:14 PM

As an add on and a new question

In my case i see that every user is imported twice for some reasen
My users have 3 smtp email adresses like this :

1. username@onedomain.dk (Primary)
2. username@someotherdomain.dk
3. username@internaldomain.local

It imports Emails 1 and 2 ?

Anyone know how to get around this ?
With a bit of luck system wil be user for a 450 user domain, and i think maybe i wil have a problem with the dublets
   
Reply With Quote
  (#5) Old
wgillam
 
Posts: n/a

25-11-2005, 04:15 PM

Awesome!

Welcome to the AD integration club... :-D
   
Reply With Quote
  (#6) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

25-11-2005, 04:21 PM

Thank you ... and thank you for the hint !!!
   
Reply With Quote
  (#7) Old
wgillam
 
Posts: n/a

25-11-2005, 04:26 PM

I doubt this post will help you but this is one issue that we've noticed at Beck's.

In our case, the system grabs the first SMTP address for the AD user as dictated by the default recipient policy in MS Exchange. However, when they login again (or submit a ticket via email), additional accounts appear to be created using the other email addresses.

When you look closer, the User IDs are the same so technically, only 1 account was created but multiple email addresses are assigned to it.

Do you only want 1 email address to be assigned per user?
   
Reply With Quote
  (#8) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

25-11-2005, 04:32 PM

Hmm you are right !
Same id but 2 email adresses. Both coming from default recipient policy.

However it seems to generate both emails on first login.

yes i only want 1 email adress

Last edited by c-wex : 25-11-2005 at 04:36 PM. Reason: Something missing
   
Reply With Quote
  (#9) Old
wgillam
 
Posts: n/a

25-11-2005, 04:43 PM

Looks like the only two ways to make that happen right now are:

1.) Change your default recipient policy. (Note: Looks like SupportSuite only checks this when the account is created. So changes to it right now would not affect the users already created.)

2.) Manually delete the email address that you do not want. (You could create a MySQL script to run against the db that would delete the *@someotherdomain.dk addresses. I'm not sure how this would affect the rest of the db though.)
   
Reply With Quote
  (#10) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

25-11-2005, 04:49 PM

Ok... i will see if it becomes a problem
i can also mass delete emails from the manage users i see
So it will probably be ok.

You said you were working on some vbscript to import all ad users ?
Is it a script that runs beside the kayako and makes a pull of all ad users and enters them in to mysql or ???
   
Reply With Quote
  (#11) Old
wgillam
 
Posts: n/a

25-11-2005, 04:58 PM

Yes, it's a VBscript that grabs all the users in a given AD container and inserts them into the supportsuite database. I haven't had much time to think it out fully or even work on it yet but it's on my to-do list.
   
Reply With Quote
  (#12) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

25-11-2005, 05:34 PM

Ok ... i might get there too.
Have you investigated the user relations in the database yet ? is it "just" to input the users in one table, or are there more tables affected ?
   
Reply With Quote
  (#13) Old
Hybrid Offline
Member
 
Posts: 41
Join Date: Nov 2005

29-11-2005, 11:08 AM

Excellent, maybe this thread should be pinned or made a sticky?

I shall have to give this a try today.

Thnaks for the help!
   
Reply With Quote
  (#14) Old
jnygaard Offline
New Member
 
Posts: 1
Join Date: Nov 2005
Location: Copenhagen

29-11-2005, 03:23 PM

Importing the user from the AD into the supportsuite is one thing. But what happens when a user is deleted (or marked disabled) is the AD. Will he still be able to login then??
   
Reply With Quote
  (#15) Old
Hybrid Offline
Member
 
Posts: 41
Join Date: Nov 2005

29-11-2005, 04:23 PM

I dont think so... if the user is disabled/deleted then kayako cant sync with AD to get the U/P.
   
Reply With Quote
Reply


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

vB 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
Active Directory authentication/registration mdorn Technical Chat 1 20-09-2007 07:39 PM
Active Directory Loginshare get more info (FieldFetch) kaviar Wont Implement / Already Implemented 6 30-01-2007 10:03 PM
Active Directory questions aviens SupportSuite, eSupport and LiveResponse 4 16-06-2006 08:59 PM
Tearing My Hair Out !!!! Active Directory Benji SupportSuite, eSupport and LiveResponse 2 14-06-2006 09:04 AM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



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