Announcement

Collapse
No announcement yet.

LDAP authentication Error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • LDAP authentication Error

    When entering the LDAP Autentication string I receive the following error in the Log
    PHP Code:
    [2016-08-08 14:41:47Espo.ERRORDisplay Error0x7002LDAP extension not loadedCode28674 URL: /espocrm/api/v1/Settings [] []
    [
    2016-08-08 14:41:47Espo.ERRORUncaught Exception Slim\Exception\Stop"" at C:\xampp\htdocs\EspoCRM\vendor\slim\slim\Slim\Slim.php line 1013 {"exception":"[object] (Slim\\Exception\\Stop(code: 0):  at C:\\xampp\\htdocs\\EspoCRM\\vendor\\slim\\slim\\Slim\\Slim.php:1013)"} [] 

  • #2
    Please enable php_ldap extension in your PHP.
    Job Offers and Requests

    Comment


    • #3
      I have the same problem after moving to another server, but i chek php_ldap extension is turn "on"

      Comment


      • #4
        It seems that your PHP installation is missing the LDAP extension. Have a look at your phpinfo() and you will notice that there is no "ldap" section available. Therefore the basic functions for LDAP connections are missing.
        Job Offers and Requests

        Comment


        • #5
          yes you are right, but I have a question:

          Why does this error appears? I use the authentication method Espo

          Comment

          Working...
          X