Hi,
I've been searching for some info about using Kerberos in PHP, but I didn't find a really clear answer about it.
This is the thing: I need to authenticate users on my system, but as I'm already using Kerberos to do the job I would like to still use it for my website, thus eliminating the need for new usernames and passwords.
So does anyone know if it is possible to user Kerberos in PHP, and if so, how did you did it?
Thank you all for your time.
João Gonçalves