Results 1 to 2 of 2

Thread: PHP.ini with windows XP

  1. #1
    w1nz is offline Junior Member
    Join Date
    Jun 2007
    Posts
    2

    Default PHP.ini with windows XP

    How do I edit the php.ini file to "activate" ldap support in windows xp? I looked in the ini file and i see php_ldap.dll in there, but I don't know where I need to put it to activate the ldap extension. Everytime I try to log in I get "ldap error: Extensions not loaded"

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: PHP.ini with windows XP

    Does the php_ldap.dll exist as well?

    If so, all you should need to do is uncomment the php_ldap.dll line in your PHP.INI, then restart your web server.

    You can always create a test.php file with the following and view it with your browser to see if LDAP is loading (and other PHP configuration settings):

    Code:
    <?php
    
    phpinfo();
    
    ?>
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Lost Admin Password on Windows XP
    By sloan in forum Help
    Replies: 4
    Last Post: 2007-07-21, 01:21 PM
  2. Replies: 3
    Last Post: 2006-10-30, 09:13 PM
  3. Replies: 2
    Last Post: 2006-03-06, 07:35 AM
  4. Sugar 4.0 and Php 5.x Access Violation in Windows
    By minitergroup in forum General Discussion
    Replies: 0
    Last Post: 2005-12-30, 04:45 AM
  5. Problems installing 3.5.0b with PHP 5.0.5 on Windows XP
    By Spike in forum General Discussion
    Replies: 9
    Last Post: 2005-09-19, 09:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •