Plone 4 中的外部身份验证(RADIUS、本地脚本)?

发布于 2024-09-26 05:35:06 字数 66 浏览 5 评论 0原文

我正在寻找一种简单的方法来为 Plone 4 站点启用外部身份验证,它可以是 RADIUS 或本地脚本。有什么想法吗?

I'm looking for an easy way to enable external authentication for Plone 4 site, it can be RADIUS or local script. Any ideas?

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

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

发布评论

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

评论(2

还不是爱你 2024-10-03 05:35:06

plone 中的身份验证由 PAS 插件提供。您在 plone.org 上有一个很好的文档,位于 Documentation/manual/plone-community-developer-documentation/members/pluggable-authentication-service/index

您必须实现身份验证插件才能完成这项工作(我认为提取插件和身份验证插件)。

您有关于集体的示例: https://svn.plone.org/svn/collective/PASPlugins/ PASPlugins 的

例如 PASPlugins/apachepas/trunk/auth.py 实现了基于 apache 发送的 http 标头(X_REMOTE_USER)的身份验证(提取插件和身份验证插件)(您可以查看 doctest 了解它是如何工作的 /PASPlugins/apachepas/trunk/apachepas. TXT)

Authentication in plone is provided by PAS plugin . You have a good documentation about that on plone.org at documentation/manual/plone-community-developer-documentation/members/pluggable-authentication-service/index

You must implements authentication plugin to do the job (Extraction Plugins and Authentication Plugins I think).

You have example on collective : https://svn.plone.org/svn/collective/PASPlugins/ of PASPlugins.

For example PASPlugins/apachepas/trunk/auth.py implements an authentification based on http header (X_REMOTE_USER) send by apache (extraction plugin and authentification plugin) (you can see doctest to see how it work /PASPlugins/apachepas/trunk/apachepas.txt)

家住魔仙堡 2024-10-03 05:35:06

看起来已经写了这样一个插件:
http://www.zope.org/Members/shimizukawa/PASRadius

It looks like such a plugin has already been written:
http://www.zope.org/Members/shimizukawa/PASRadius

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