What are some good resources to help me implement

2020-05-01 04:34发布

问题:

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.



标签: php kerberos