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
  (#16) Old
Hybrid Offline
Member
 
Posts: 41
Join Date: Nov 2005

29-11-2005, 10:19 PM

Think i'm going to need a bit of help on this one as our AD structure is a little different.

This is what it looks like.



I have ringed the containers with the usernames in. Could someone come up with a string for us to enter in the Base RDN field?

At the moment we are trying to following details...

Base DN:: CN=STB, DC=stbedes.internal, DC=COM
RDN:: STBEDES\administrator

We know the RDN works as we dont get a creditial failed message.

The problem lies with pulling down the usernames etc.

We simply just get this error... Invalid Username or Password

If someone could get us out the hoel it would be great!!

Thanks
   
Reply With Quote
  (#17) Old
schmidman Offline
New Member
 
schmidman's Avatar
 
Posts: 3
Join Date: Nov 2005

Active Directory authentication - 29-11-2005, 10:26 PM

Does anyone have any idea if there is a log file that can be viewed? We've verified the LDAP plug-in is enabled in php.ini, and tried every combination of the Base DN and RDN we could think of.

AD Host: [ip of dc set as global catalog server]
Port: [389]
Base DN: [dc=siom,dc=cc]
RDN: siom\Administrator

We've tried different users, as well as using AD's RDN syntax. For example:

RDN: CN=administrator,CN=users,DC=siom,DC=cc

One other question relating to AD authentication.Do you log in as your username or using your email address when AD authentication is working? What if your AD account has more than one e-mail address?
   
Reply With Quote
  (#18) Old
g_phunk Offline
New Member
 
Posts: 5
Join Date: Oct 2005

29-11-2005, 11:13 PM

Can you please explain this i'm kinda a total noob !

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
   
Reply With Quote
  (#19) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

29-11-2005, 11:15 PM

HYBRID ... I think you need a base DN like this :
Basedn = dc=stbedes, dc=com

Leave out the containers until you have verified the integration works

You need to make sure no firewalls are blocking port 389

SCHMIDMAN You log in as the pre win2k username

Last edited by c-wex : 29-11-2005 at 11:16 PM. Reason: missed something
   
Reply With Quote
  (#20) Old
g_phunk Offline
New Member
 
Posts: 5
Join Date: Oct 2005

29-11-2005, 11:41 PM

Ok c-wex imagine a noob the multiply it but lots ! I am downloading the opendlap php files from this ftp right now : ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/

Then after that i have to work out how to Install php , so if you could help a noob i would be very thankful !
   
Reply With Quote
  (#21) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

29-11-2005, 11:51 PM

GPHUNK
What do you use for running PHP ?
Im not into apache and linux, but i believe that here you compile the PHP libraries you need.
Somewhere i saw that something like --with-ldap as an option when you compile, but this is just from memory.
If you use windows however you need to check the PHP.INI file
search for the "php_ldap.dll" string in the php.ini and remove the ; that is in front of it.
This tells php on a windows server that you want to use the ldap extension.

In my case (And another i read about) the server had to be restarted befor the ldap was running.

you can check if ldap is running by doing a phpinfo (create a php file with this code : <? phpinfo() ?>


You should see something like this

LDAP Support enabled
RCS Version $Id: ldap.c,v 1.130.2.13 2005/05/08 16:06:24 sniper Exp $
Total Links 0/unlimited
API Version 2004
Vendor Name OpenLDAP
Vendor Version 0

Last edited by c-wex : 29-11-2005 at 11:52 PM. Reason: Missed something (again ;-)
   
Reply With Quote
  (#22) Old
g_phunk Offline
New Member
 
Posts: 5
Join Date: Oct 2005

29-11-2005, 11:52 PM

Windows xp , latest dell computer ,


I have all PHP files , i guess i unzip them all into one dir to Install ? excuse my noobness !
   
Reply With Quote
  (#23) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

30-11-2005, 12:07 AM

GPHUNK what system are you planning to run PHP on ?
   
Reply With Quote
  (#24) Old
Hybrid Offline
Member
 
Posts: 41
Join Date: Nov 2005

30-11-2005, 12:08 AM

Quote:
Originally Posted by c-wex
HYBRID ... I think you need a base DN like this :
Basedn = dc=stbedes, dc=com

Leave out the containers until you have verified the integration works

You need to make sure no firewalls are blocking port 389
Whats the best way of checking the intregration?

Think we tried those settings as the baseDN and it just simply shows up as invalid username/password?
   
Reply With Quote
  (#25) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

30-11-2005, 12:12 AM

Sorry i made it wrong :-(

your domain is stbedes.internal so ...

basedn = dc=stbedes, dc=internal

that should do the trick ... do not use COM ;-)

The only way i found to test was to login :-(

You can if hardcore php programmer do some logging but i don't know how.
   
Reply With Quote
  (#26) Old
Hybrid Offline
Member
 
Posts: 41
Join Date: Nov 2005

30-11-2005, 12:17 AM

I shall give that another shot in the morning.

Sure we already tried that too :/

It *should* pull all the user info from within AD without specifying which container by default though?
   
Reply With Quote
  (#27) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

30-11-2005, 12:25 AM

Hybrid : It takes the needed info without specifying container. and for RDN it was the pre 2k trick that did it for me !

G_Phunk : U need to follow the support suite v2 installation manual i think. It is for windows 2k server, but i believe that the webserver in win XP is the same.
You can find the installation manual here

http://support.kayako.net/index.php?...emid=1&nav=0,1

Also be sure to note that it is for v2 of esupport ! However it gets a lot of basics in place
   
Reply With Quote
  (#28) Old
g_phunk Offline
New Member
 
Posts: 5
Join Date: Oct 2005

30-11-2005, 12:35 AM

Heya PHP is installed now but i have no idea how to create a php file with this info
<? phpinfo() ?>

as you asked c-wex, can i get some instructions please ?
   
Reply With Quote
  (#29) Old
g_phunk Offline
New Member
 
Posts: 5
Join Date: Oct 2005

30-11-2005, 03:23 AM

In the admin cp if you go to diagnostics > php > its all installed with the sql etc c-wex
   
Reply With Quote
  (#30) Old
c-wex Offline
Member
 
Posts: 35
Join Date: Nov 2005

30-11-2005, 07:25 AM

I know ... However if you can't get kayako to work this is not an option

Last edited by c-wex : 30-11-2005 at 07:26 AM. Reason: spelling
   
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