symfony 插件安装失败 [bhLDAPAuthPlugin]
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不完全确定如何解决该错误消息,也许具体指定您要安装的版本会有所帮助。
否则有一个简单的解决方法:
只需从此处下载 tgz 文件:
http://www.symfony-project.org/plugins/bhLDAPAuthPlugin/6_0_0
并做
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