LDAP 不再可用 - 我如何登录 SugarCRM?

标签 ldap sugarcrm

我已将 SugarCRM 安装恢复到新主机,以前的 LDAP 服务不可用,并且不会重新创建。

当然,我现在无法登录。

我可以通过配置文件禁用 LDAP 并以某种方式登录吗? (我不关心保留老用户或历史记录。)

最佳答案

您可以使用以下查询在数据库的配置表中关闭 LDAP:

UPDATE config SET value=0 WHERE category='system' AND name='ldap_enabled';

关于LDAP 不再可用 - 我如何登录 SugarCRM?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30989891/

相关文章:

c# - 使用 Entity Framework 和 LDAP 的 Oracle 连接字符串

sugarcrm - 如何在 SugarCRM 中使用用户 ID 获取用户名

java - 使用 JNDI 的 LDAP 未返回结果

php - 无法启用 PHP LDAP,即使我已经编辑了 php.ini 并且 php_ldap.dll 位于正确的位置?

使用 JBoss <安全域> 的 Spring Security

sugarcrm - 如何以安全升级的方式扩展/包含/SearchForm/SearchForm2.php?

sugarcrm - 自定义字段未出现在 SugarCRM 中

.net - 如何使用 PowerShell 查找 Active Directory 类的 "Schema-Id-Guid"和属性的 "System-Id-Guid"

php - SUITE CRM 7.5.3 - Windows 7/Apache 2.x/PHP 7/MYSQL5.6 上的安装在数据库配置后挂起

javascript - 无法访问 Sugar View Controller 中的字段