Jabber Openfire 服务器 v3.6.0a+ - 如何使用混合身份验证?
我正在为我的网站设置 Jabber 服务器。 我已经在 openfire 数据库中设置了一些用户帐户,并在它们之间建立了有效的 IM。
我现在希望从我的主数据库(members
表,带有 login
、password
[plain text] 添加(一些)用户) 和 allowed_to_IM
[0 或 1] 字段)以允许它们之间进行通信。 然而,混合
身份验证是 v3.6.0a 中的一项新功能,并且很少有文档说明 openfire.xml
文件中数据库连接(到第二个数据库),以及属性中还可以包含哪些内容(这也从 XML 文件中获取了大部分配置信息)。
我的问题是:有人有一个检查多个数据库的完整示例吗?我看到的所有示例似乎都只是片段。
I'm setting up a Jabber server for my website. I've already got some user accounts in place in the openfire database, and working IMs between them.
I'm now looking to add (some) of the users from my main database (members
table, with login
, password
[plain text]) and allowed_to_IM
[0 or 1] fields) to allow them to communicate between themselves. The Hybrid
authentication is a new feature in v3.6.0a however, and there's little documentation in what configuration is required in the openfire.xml
file for the database connectivity (to a second database), and what else may go in the properties (which have also taken much of the config's info away of the XML file).
My question is: Does anyone have a complete example that checks multiple databases? All the examples I'm seen seem to be just fragments.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 ldap 和 mysql,如果它对你有帮助,我在 openfire.xml 中的设置是:
I have it using ldap and mysql and if it helps you my setting from openfire.xml are: