简体   繁体   English

Symfony2 FOSuserbundle和ntlm身份验证

[英]Symfony2 FOSuserbundle and ntlm authentication

How setup support ntlm authentication for FOSUserbundle? 安装程序如何支持FOSUserbundle的ntlm身份验证? I have in my mysql database list of all accetable users for site, and i need check is user that authorized by ntlm guest, or verifed user(exists in table of users). 我在mysql数据库中包含该站点的所有可访问用户的列表,并且我需要检查的是由ntlm guest授权的用户,还是经过验证的用户(在用户表中)。

This page from the documentation should give you everything you need on implementing your own listener: http://symfony.com/doc/current/cookbook/security/custom_authentication_provider.html 文档中的此页应为您提供实现自己的侦听器所需的一切: http : //symfony.com/doc/current/cookbook/security/custom_authentication_provider.html

Some more links and information is given in this related question: Symfony2: automatically logging in users from their Windows session 此相关问题提供了更多链接和信息: Symfony2:自动从Windows会话中登录用户

It seems there is no NTLM bundle available, so you will have to write something yourself. 似乎没有可用的NTLM捆绑包,因此您必须自己编写一些内容。

Good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM