-
Notifications
You must be signed in to change notification settings - Fork 19
Description
For getting latest changes from Ldap we have used dirsync class. When we call $dirSync->getChanges() then its throwing Below exception. Please help me to resolve this issue.
PHP Fatal error: Uncaught FreeDSx\Ldap\Exception\OperationException: critical extension is not recognized in /var/www/html/ldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler.php:227\nStack trace:\n#0 /var/www/html/ldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler.php(188): FreeDSx\Ldap\Protocol\ClientProtocolHandler->handleResponse(Object(FreeDSx\Ldap\Protocol\LdapMessageRequest), Object(FreeDSx\Ldap\Protocol\LdapMessageResponse))\n#1 /var/www/html/ldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/LdapClient.php(237): FreeDSx\Ldap\Protocol\ClientProtocolHandler->send(Object(FreeDSx\Ldap\Operation\Request\SearchRequest), Object(FreeDSx\Ldap\Control\Ad\DirSyncRequestControl))\n#2 /var/www/html/ldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/DirSync.php(149): FreeDSx\Ldap\LdapClient->send(Object(FreeDSx\Ldap\Operation\Request\SearchRequest), Object(FreeDSx\Ldap\Control\Ad\DirSyncRequestControl))\n#3 /var/www/html/ldap/ldap-get-changes.php(55): FreeDSx\Ldap\Search\DirSync->getChanges()\n#4 {main}\n in /var/www/html/ldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler.php on line 227