Jackrabbit 中的密码加密

发布于 09-09 03:40 字数 203 浏览 6 评论 0原文

我目前正在建立一个 Liferay 门户实例。 Liferay 使用 Jackrabbit 作为其文档存储库管理系统。要配置 Jackrabbit,我必须将数据库访问 URL、用户名和密码放入repository.xml 文件中。然而,我必须通过的一项认证检查是不能将密码存储在纯文本文件中。所以我的问题是如何加密 Jackrabbit repository.xml 文件中的密码字段。谢谢。

I am currently standing up a Liferay portal instance. Liferay uses Jackrabbit as its document repository management system. To configure Jackrabbit, I had to put in my database access URL, user name, and password into the repository.xml file. However, one certification check I have to pass is that there cannot be passwords stored in plain text files. So my question is how do I encrypt the password field in my Jackrabbit repository.xml file. Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

错爱2024-09-16 03:40:48

也许使用 JNDI 可以解决问题: http://wiki.apache.org/jackrabbit/UsingJNDIDataSource

Maybe using JNDI solves the problem: http://wiki.apache.org/jackrabbit/UsingJNDIDataSource

爱她像谁2024-09-16 03:40:48

根据 Liferay 支持,5.2.x EE 中的 Jackrabbit 版本(我们与 Oracle 后端一起使用)在使用 JNDI 调用时存在错误。

Per Liferay support the version of Jackrabbit in 5.2.x EE (that we use with Oracle backend) has a bug with using JNDI calls.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文