简体   繁体   中英

Symfony2 FOSuserbundle and ntlm authentication

How setup support ntlm authentication for FOSUserbundle? 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).

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

Some more links and information is given in this related question: Symfony2: automatically logging in users from their Windows session

It seems there is no NTLM bundle available, so you will have to write something yourself.

Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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