Nextcloud 無法登入 (使用LDAP)

我操作的nextcloud之前登入是用LDAP去抓AD的帳密登入,現在發生登入異常錯誤如下:
技術細節
遠端位置:
請求編號:vSW59XbQWtqqlir55YsS
類型:Exception
代碼:1
訊息:LDAP Operations error
檔案:/var/www/nextcloud/apps/user_ldap/lib/LDAP.php
行數:356
追蹤
#0 /var/www/nextcloud/apps/user_ldap/lib/LDAP.php(389): OCA\User_LDAP\LDAP->processLDAPError(Resource id #15)
#1 /var/www/nextcloud/apps/user_ldap/lib/LDAP.php(76): OCA\User_LDAP\LDAP->postFunctionCall()
#2 /var/www/nextcloud/apps/user_ldap/lib/Access.php(1212): OCA\User_LDAP\LDAP->controlPagedResultResponse(Resource id #15, false, NULL)
#3 /var/www/nextcloud/apps/user_ldap/lib/Access.php(1364): OCA\User_LDAP\Access->processPagedSearchStatus(Array, ‘(&(&(|(objectcl…’, Array, 0, 500, NULL, true, false)
#4 /var/www/nextcloud/apps/user_ldap/lib/Access.php(1023): OCA\User_LDAP\Access->search(‘(&(&(|(objectcl…’, Array, Array, NULL, NULL)
#5 /var/www/nextcloud/apps/user_ldap/lib/Access.php(916): OCA\User_LDAP\Access->searchUsers(‘(&(&(|(objectcl…’, Array, NULL, NULL)
#6 /var/www/nextcloud/apps/user_ldap/lib/Access.php(890): OCA\User_LDAP\Access->fetchListOfUsers(‘(&(&(|(objectcl…’, Array)
#7 /var/www/nextcloud/apps/user_ldap/lib/User_LDAP.php(157): OCA\User_LDAP\Access->fetchUsersByLoginName(‘username’, Array)
#8 /var/www/nextcloud/apps/user_ldap/lib/User_LDAP.php(174): OCA\User_LDAP\User_LDAP->getLDAPUserByLoginName(‘username’)
#9 [internal function]: OCA\User_LDAP\User_LDAP->checkPassword(‘username’, ‘password’)
#10 /var/www/nextcloud/apps/user_ldap/lib/User_Proxy.php(87): call_user_func_array(Array, Array)
#11 /var/www/nextcloud/apps/user_ldap/lib/Proxy.php(152): OCA\User_LDAP\User_Proxy->walkBackends(‘username’, ‘checkPassword’, Array)
#12 /var/www/nextcloud/apps/user_ldap/lib/User_Proxy.php(217): OCA\User_LDAP\Proxy->handleRequest(‘username’, ‘checkPassword’, Array)
#13 /var/www/nextcloud/lib/private/User/Manager.php(225): OCA\User_LDAP\User_Proxy->checkPassword(‘username’, ‘password’)
#14 /var/www/nextcloud/lib/private/Authentication/Login/UidLoginCommand.php(49): OC\User\Manager->checkPasswordNoLogging(‘username’, ‘password’)
#15 /var/www/nextcloud/lib/private/Authentication/Login/ALoginCommand.php(40): OC\Authentication\Login\UidLoginCommand->process(Object(OC\Authentication\Login\LoginData))
#16 /var/www/nextcloud/lib/private/Authentication/Login/UserDisabledCheckCommand.php(57): OC\Authentication\Login\ALoginCommand->processNextOrFinishSuccessfully(Object(OC\Authentication\Login\LoginData))
#17 /var/www/nextcloud/lib/private/Authentication/Login/ALoginCommand.php(40): OC\Authentication\Login\UserDisabledCheckCommand->process(Object(OC\Authentication\Login\LoginData))
#18 /var/www/nextcloud/lib/private/Authentication/Login/PreLoginHookCommand.php(53): OC\Authentication\Login\ALoginCommand->processNextOrFinishSuccessfully(Object(OC\Authentication\Login\LoginData))
#19 /var/www/nextcloud/lib/private/Authentication/Login/Chain.php(108): OC\Authentication\Login\PreLoginHookCommand->process(Object(OC\Authentication\Login\LoginData))
#20 /var/www/nextcloud/core/Controller/LoginController.php(300): OC\Authentication\Login\Chain->process(Object(OC\Authentication\Login\LoginData))
#21 /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php(170): OC\Core\Controller\LoginController->tryLogin(‘username’, ‘password’, NULL, ‘Asia/Taipei’, ‘8’)
#22 /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php(99): OC\AppFramework\Http\Dispatcher->executeController(Object(OC\Core\Controller\LoginController), ‘tryLogin’)
#23 /var/www/nextcloud/lib/private/AppFramework/App.php(125): OC\AppFramework\Http\Dispatcher->dispatch(Object(OC\Core\Controller\LoginController), ‘tryLogin’)
#24 /var/www/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php(47): OC\AppFramework\App::main(‘OC\Core\Control…’, ‘tryLogin’, Object(OC\AppFramework\DependencyInjection\DIContainer), Array)
#25 [internal function]: OC\AppFramework\Routing\RouteActionHandler->__invoke(Array)
#26 /var/www/nextcloud/lib/private/Route/Router.php(299): call_user_func(Object(OC\AppFramework\Routing\RouteActionHandler), Array)
#27 /var/www/nextcloud/lib/base.php(1008): OC\Route\Router->match(‘/login’)
#28 /var/www/nextcloud/index.php(38): OC::handleRequest()
#29 {main}
現在找不到方法可以登入修復,想請問有沒有方法可以修復?
若是還需要其他資訊,我可以再想辦法從那台設備中找出來。
謝謝。