| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#106)
|
(#107)
|
(#108)
|
(#109)
|
(#110)
|
(#111)
|
| New Member Posts: 27 Join Date: Mar 2006 Location: Sydney |
23-05-2006, 12:46 AM
Thanks AKL-MFCU. Here is the ini file. Code: ; Directory in which the loadable extensions (modules) reside. extension_dir = "C:\php\extensions" ; Whether or not to enable the dl() function. The dl() function does NOT work ; properly in multithreaded servers, such as IIS or Zeus, and is automatically ; disabled on them. enable_dl = On ; cgi.force_redirect is necessary to provide security running PHP as a CGI under ; most web servers. Left undefined, PHP turns this on by default. You can ; turn it off here AT YOUR OWN RISK ; **You CAN safely turn this off for IIS, in fact, you MUST.** ; cgi.force_redirect = 1 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with ; every request. ; cgi.nph = 1 ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP ; will look for to know it is OK to continue execution. Setting this variable MAY ; cause security issues, KNOW WHAT YOU ARE DOING FIRST. ; cgi.redirect_status_env = ; ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting ; this to 1 will cause PHP CGI to fix it's paths to conform to the spec. A setting ; of zero causes PHP to behave as before. Default is zero. You should fix your scripts ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED. ; cgi.fix_pathinfo=1 ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate ; security tokens of the calling client. This allows IIS to define the ; security context that the request runs under. mod_fastcgi under Apache ; does not currently support this feature (03/17/2002) ; Set to 1 if running under IIS. Default is zero. ; fastcgi.impersonate = 1; ; Disable logging through FastCGI connection ; fastcgi.log = 0 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that ; is supported by Apache. When this option is set to 1 PHP will send ; RFC2616 compliant header. ; Default is zero. ;cgi.rfc2616_headers = 0 ;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;; ; Whether to allow HTTP file uploads. file_uploads = On ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). upload_tmp_dir = c:\TEMP ; Maximum allowed size for uploaded files. upload_max_filesize = 32M ;;;;;;;;;;;;;;;;;; ; Fopen wrappers ; ;;;;;;;;;;;;;;;;;; ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. allow_url_fopen = On ; Define the anonymous ftp password (your email address) ;from="john@doe.com" ; Define the user agent for php to send ;user_agent="PHP" ; Default timeout for socket based streams (seconds) default_socket_timeout = 60 ; If your scripts have to deal with files from Macintosh systems, ; or you are running on a Mac and need to deal with files from ; unix or win32 systems, setting this flag will cause PHP to ; automatically detect the EOL character in those files so that ; fgets() and file() will work regardless of the source of the file. ; auto_detect_line_endings = Off ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; ; ; If you wish to have an extension loaded automatically, use the following ; syntax: ; ; extension=modulename.extension ; ; For example, on Windows: ; ; extension=msql.dll ; ; ... or under UNIX: ; ; extension=msql.so ; ; Note that it should be the name of the module only; no directory information ; needs to go here. Specify the location of the extension with the ; extension_dir directive above. ;Windows Extensions ;Note that MySQL and ODBC support is now built in, so no dll is needed for it. ; extension=php_pspell.dll ;extension=php_mbstring.dll ;extension=php_bz2.dll ;extension=php_cpdf.dll ;extension=php_crack.dll ;extension=php_curl.dll ;extension=php_db.dll ;extension=php_dba.dll ;extension=php_dbase.dll ;extension=php_dbx.dll ;extension=php_domxml.dll ;extension=php_exif.dll ;extension=php_fdf.dll ;extension=php_filepro.dll ;extension=php_gd2.dll ;extension=php_gettext.dll ;extension=php_hyperwave.dll ;extension=php_iconv.dll ;extension=php_ifx.dll ;extension=php_iisfunc.dll extension=php_imap.dll ;extension=php_interbase.dll ;extension=php_java.dll extension=php_ldap.dll ;extension=php_mcrypt.dll ;extension=php_mhash.dll ;extension=php_mime_magic.dll ;extension=php_ming.dll ;extension=php_mssql.dll ;extension=php_msql.dll ;extension=php_oci8.dll ;extension=php_openssl.dll ;extension=php_oracle.dll ;extension=php_pdf.dll ;extension=php_pgsql.dll ;extension=php_printer.dll ;extension=php_shmop.dll ;extension=php_snmp.dll ;extension=php_sockets.dll ;extension=php_sybase_ct.dll ;extension=php_w32api.dll ;extension=php_xmlrpc.dll ;extension=php_xslt.dll ;extension=php_yaz.dll ;extension=php_zip.dll Here is a link to the phpinfo file. http://pasupport.pa.com.au/test/test.php Thanks. Mark. |
| | |
(#112)
|
(#113)
|
(#114)
|
(#115)
|
| New Member Posts: 27 Join Date: Mar 2006 Location: Sydney |
23-05-2006, 09:20 AM
Now the initial excitement of getting AD working has died down and I am now testing it, I have another question. We have a security policy that forces everyone to change their password every 90 days. Since AD integration imports from AD into SupportSuite, I am assuming it never goes back to AD to authenticate. This will mean that once the user changes their password in AD it will not be changed in SupportSuite and we will be back to having to remember 2 passwords! Is this correct ? Mark. |
| | |
(#116)
|
| Member Posts: 146 Join Date: Feb 2006 Location: Lakeland, Florida - USA | Incorrect -
23-05-2006, 06:08 PM
Everytime a user attempts to login, it bounces against the ldap connection to check for username and password. if you delete a person in ldap, it may show in supportsuite but they cannot login. If they use the remember me password, it will save the old password and not work if they had changed it in active directory. They'll just have to use their windows username and password 24/7 to get into the site. Its an actual authentication method they built in, not an import tool. I'm glad i got you started and I hope you enjoy the AD integration, i sure did. |
| | |
(#117)
|
| New Member Posts: 27 Join Date: Mar 2006 Location: Sydney |
24-05-2006, 02:38 AM
Thanks AKL-MFCU, that makes sense. Is there a way of getting around the following problem. If we have a new user who is not in SupportSuite and they send an email to the email queue, Supportsuite adds them as a user and sends a reply email with a username and password. However, this password is not the AD password and so they cannot login to the web page. If the user has been "created" by first logging into the web page and hence validated against AD then it all seems to work fine. Anyway, thanks heaps for your help. Mark. |
| | |
(#118)
|
| Member Posts: 146 Join Date: Feb 2006 Location: Lakeland, Florida - USA | this is in assumption -
24-05-2006, 09:00 AM
i am goign to assume that all the people that you want to use kayako are in AD. In that case, make sure to toggle the registration features off especially creating a new user from scratch. You could manually edit the mail parser but i believe when you go into the user templates and you say there are no guests and make sure that everything points to AD only, it should work. I'll go into more detail later but im pressed to make a meeting here shortly. Thanks! |
| | |
(#119)
|
| New Member Posts: 27 Join Date: Mar 2006 Location: Sydney |
30-05-2006, 08:47 AM
Sorry, got lost for a few days. Thanks for the reply AKL-MFCU. How do I toggle the registration off for a new user ? What I want it to do is allow someone to send an email to the helpdesk queue and if they are not registered then it sends the return email with a link to the web page for them to go and login (register) using their AD credentials. Not sure if it does this or how to force it to do it. Mark. |
| | |
(#120)
|
| Member Posts: 146 Join Date: Feb 2006 Location: Lakeland, Florida - USA | templates part of admin -
03-06-2006, 04:57 PM
if you go into the templates part of the admin, there is the sections for the e-mail autoresponder and has the swift source for everything. I would show you how to do it, but thats alot of custom work for no true benefit to myself since i wont be using it. However, if you've dealt with any coding or looking at it before, then finding where the autoresponse features are and edit them at your will. As for toggling the user registration, i would recommend that you go to the admin->settings->User Registration part and select no on everything that has a toggle switch. Reason being is AD holds most of these answers already and having these on can bypass some of the functionality of AD. It may or may not automatically create a user from the e-mail based on AD credentials if they have never logged in before to be honest- i haven't tried it myself. Best way is if you have the ability, create a test account and send an e-mail in with all those options toggled off and see if it spurts back what you want or if it errors out. |
| | |
![]() |
| Tags |
| active, directory, integration |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Active Directory authentication/registration | mdorn | Technical Chat | 1 | 20-09-2007 08: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 09:59 PM |
| Tearing My Hair Out !!!! Active Directory | Benji | SupportSuite, eSupport and LiveResponse | 2 | 14-06-2006 10:04 AM |