问题描述
我正在一个网站上工作,我必须实施Kerberos进行身份验证和授权.我已经知道kerberos在内部如何工作,但是我不确定如何在PHP中实现对此的支持.我正在使用版本5的kerberos,并且有一个apache服务器.我只找到了一篇文章,但它只提供了基本信息.请建议其他有关在PHP中实现Kerberos身份验证和授权的文章和资源.
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.
推荐答案
使用 mod_auth_kerb
为您的目的.
Use mod_auth_kerb
for your purpose.
这篇关于有什么好的资源可以帮助我在PHP中实现Kerberos A& A支持?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!