Zentyal 5:无法处理SASL凭证

我想请求你的帮助,并指出我怎样才能修复我的错误,无需重新安装整个系统。

所以…

有Zentyal 4,升级到Zentyal 5后,我得到了一些错误。 其中之一是:

2017/07/12 17:30:12 INFO> Service.pm:958 EBox::Module::Service::restartService - Restarting service for module: samba 2017/07/12 17:30:27 ERROR> LDAP.pm:196 EBox::Module::LDAP::_connectToSchemaMaster - Error binding to schema master LDAP: The wrong password was supplied or the SASL credentials could not be processed at Error binding to schema master LDAP: The wrong password was supplied or the SASL credentials could not be processed at /usr/share/perl5/EBox/Module/LDAP.pm line 196 EBox::Module::LDAP::_connectToSchemaMaster('EBox::Samba=HASH(0x67ee7e0)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 275 EBox::Module::LDAP::_loadSchemasFiles('EBox::Samba=HASH(0x67ee7e0)', 'ARRAY(0x7492840)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 267 EBox::Module::LDAP::_loadSchemas('EBox::Samba=HASH(0x67ee7e0)') called at /usr/share/perl5/EBox/Module/LDAP.pm line 341 EBox::Module::LDAP::_performSetup('EBox::Samba=HASH(0x67ee7e0)') called at /usr/share/perl5/EBox/Samba.pm line 647 EBox::Samba::_regenConfig('EBox::Samba=HASH(0x67ee7e0)', 'restart', 1, 'restartModules', 1) called at /usr/share/perl5/EBox/Module/Service.pm line 960 eval {...} at /usr/share/perl5/EBox/Module/Service.pm line 959 EBox::Module::Service::restartService('EBox::Samba=HASH(0x67ee7e0)', 'restartModules', 1) called at /usr/share/perl5/EBox/Util/Init.pm line 121 eval {...} at /usr/share/perl5/EBox/Util/Init.pm line 119 EBox::Util::Init::moduleAction('samba', 'restartService', 'restart') called at /usr/share/perl5/EBox/Util/Init.pm line 247 EBox::Util::Init::moduleRestart('samba') called at /usr/bin/zs line 62 main::main at /usr/bin/zs line 82 2017/07/12 17:30:27 ERROR> Service.pm:962 EBox::Module::Service::restartService - Error restarting service: Error binding to schema master LDAP: The wrong password was supplied or the SASL credentials could not be processed 2017/07/12 17:30:27 ERROR> Service.pm:964 EBox::Module::Service::restartService - Error binding to schema master LDAP: The wrong password was supplied or the SASL credentials could not be processed at Error binding to schema master LDAP: The wrong password was supplied or the SASL credentials could not be processed at /usr/share/perl5/EBox/Module/Service.pm line 964 EBox::Module::Service::restartService('EBox::Samba=HASH(0x67ee7e0)', 'restartModules', 1) called at /usr/share/perl5/EBox/Util/Init.pm line 121 eval {...} at /usr/share/perl5/EBox/Util/Init.pm line 119 EBox::Util::Init::moduleAction('samba', 'restartService', 'restart') called at /usr/share/perl5/EBox/Util/Init.pm line 247 EBox::Util::Init::moduleRestart('samba') called at /usr/bin/zs line 62 main::main at /usr/bin/zs line 82 

请指出我可以在哪里更新SASL凭证?
如何?

我已经在zenytal的论坛上提出过这个问题,但没人帮忙

这个错误来自于函数_connectToSchemaMaster。 显然提供的密码是不正确的,也许权限是错的地方,它无法进行身份validation。