有什么好的资源可以帮助我在PHP中实现Kerberos A&A支持?

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.

Use mod_auth_kerb for your purpose.