What are some good resources to help me implement Kerberos A&A support in PHP?

房东的猫 提交于 2019-12-31 04:07:28

问题


I am working on a website and I have to implement Kerberos for authentication and authorization. I already know how kerberos works internally but I am not sure how to implement support for it in PHP. I am using a version 5 for kerberos and have an apache server. I have only found one article, but it just gives basic information. Please suggest additional articles and resources on implementing Kerberos authentication and authorization in PHP.


回答1:


Use mod_auth_kerb for your purpose.



来源:https://stackoverflow.com/questions/8098763/what-are-some-good-resources-to-help-me-implement-kerberos-aa-support-in-php

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!