symfony 插件安装失败 [bhLDAPAuthPlugin]

发布于 2024-12-06 06:11:31 字数 607 浏览 0 评论 0原文

我正在开发一个 symfony 项目,我需要连接到 LDAP 服务器的用户访问权限。因此,我搜索了一些已经完成的内容以添加到我的应用程序中,并找到了这个 插件我想要的一切。

所以我尝试使用命令 $ php symfony plugin:install bhLDAPAuthPlugin 安装 由于某种原因,它引发了我这个错误:

插件“bhLDAPAuthPlugin”没有可用的版本

我不太明白该消息的含义。我已经检查了命令的拼写(还复制了 页面 中给出的命令插件)并出现相同的错误。如果我没有安装的所有要求,就会抛出其他错误,对吧?

PS:如果您知道一些简单的方法来自行实现与 LDAP(Microsoft Active Directory)的通信,也将受到赞赏。

I'm working on a symfony project and I need a user access conected to an LDAP server. So I searched for something already done to add to my app and found this plugin that has all I wanted.

So I tried to install with the command $ php symfony plugin:install bhLDAPAuthPlugin
for some reason it throws me this error:

No release avaiable for plugin "bhLDAPAuthPlugin"

I don't really understand what that message means. I've checked the spell of the command (also copied the command given in the page of the plugin) and same error appears. If I had no all requeriments for instalation, other errors would be thrown, right?

PS: If you know some easy way to implement by myself the comunication with LDAP (Microsoft Active Directory) will also be appreciated.

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

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

发布评论

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

评论(1

红尘作伴 2024-12-13 06:11:31

不完全确定如何解决该错误消息,也许具体指定您要安装的版本会有所帮助。

否则有一个简单的解决方法:
只需从此处下载 tgz 文件:
http://www.symfony-project.org/plugins/bhLDAPAuthPlugin/6_0_0

并做

php symfony plugin:install bhLDAPAuthPlugin-etc-etc.tgz

No exactly sure how to solve the error message, perhaps it helps is specifically specify which version you wish to install.

Otherwise there's an easy workaround:
Just download the tgz file from here:
http://www.symfony-project.org/plugins/bhLDAPAuthPlugin/6_0_0

and do

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