Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Plone 和 Sugar CRM。我想允许用户在两个系统中只有一个用户名和密码。当他们在 Plone 中更改密码时,他们不应该在 Sugar CRM 中更改密码。有没有一种简单的方法可以做到这一点?
如果您想要单点登录,您还可以查看 Plone 4 的 mod_auth_tkt 支持。基本上,Plone 将设置一个与 auth_tkt 标准兼容的 cookie。其他系统(例如 Apache 或 nginx 作为前端 Web 服务器)可以使用相同的 cookie 格式来验证用户。
将两者都配置为针对 LDAP 服务器进行身份验证。