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
alquanto Offline
New Member
 
Posts: 5
Join Date: Jul 2006
Exclamation automatic logon in intranets - 10-07-2006, 05:39 PM

Hi,

is there an option to logon users automatically with windows-logon in intranets?

Suggestion:

Use SSPI with Apache2 on windows with the following in apache2.conf:
Code:
LoadModule sspi_auth_module modules/mod_auth_sspi.so

...
<Directory /esupport/>
  AllowOverride None
  AuthName "Protected. Go away."
  AuthType SSPI
  SSPIAuth On
  SSPIAuthoritative On
  SSPIOfferBasic On
  require valid-user
  ...
</Directory>
Works automagically only with MSIE, all other browsers show a logon-box (this is meant with the option "SSPIOfferBasic On") - NICE feature.

If you want only one user, write:
Code:
require user domain\username
accept only one usergroup:
Code:
require group ITconsultants
And then read the current windows-user from
Code:
$myWindowsUser = $_SERVER['REMOTE_USER'];
.

Another option is to use the NTLM2 with Apache2 on Linux (here) in an ad-environment
A helpful url is here.

Any Ideas?

Asks

Michael

Last edited by alquanto; 15-07-2006 at 04:25 PM.
   
Reply With Quote
  (#2) Old
AKL-MFCU Offline
Member
 
Posts: 147
Join Date: Feb 2006
Location: Lakeland, Florida - USA
good idea - 11-07-2006, 09:27 PM

good idea, i'm all for it actually. We work only in an intranet environment so it would be useful for sure for users.
   
Reply With Quote
  (#3) Old
eiden Offline
Member
 
Posts: 237
Join Date: Apr 2006
Location: Norway
12-07-2006, 12:12 AM

This is a good idea! It would be very useful for me as well.
   
Reply With Quote
  (#4) Old
PaulV Offline
New Member
 
Posts: 23
Join Date: Jun 2006
Location: Canada
12-07-2006, 12:54 PM

This would be perfect for our intranet setup!
   
Reply With Quote
  (#5) Old
jamesM Offline
Member
 
Posts: 51
Join Date: Jun 2006
12-07-2006, 11:43 PM

Have to agree would perfect for us as well get so many calls about this issue. Would love to see auto login with AD support.
   
Reply With Quote
  (#6) Old
alquanto Offline
New Member
 
Posts: 5
Join Date: Jul 2006
Thumbs up Hey, any statement from the developers? - 30-07-2006, 09:51 AM

I believe that the "loginless option" can be a very attractive option for support-suite. What do you think?
   
Reply With Quote
  (#7) Old
kaviar Offline
Member
 
Posts: 112
Join Date: Dec 2005
Location: Brisbane, Australia
30-07-2006, 10:28 PM

I also think this would be a great idea, for AD Integration.
   
Reply With Quote
Reply

Tags
automatic, intranets, logon

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
Automatic Login using Windows Authentication Mirek Developers & Code 3 06-03-2007 06:02 PM



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


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