PHP & Radius/PAM authentication
I am building several intranet applications, and I would like to use our NT domain accounts for authentication. I configured my Redhat machine so you can authenticate with your NT account using the PAM module.
We also run a Radius server that is linked to our domain accounts, so I have 2 options to work with here, but I can't find a working example of how to integrate Radius or PAM authentication into my PHP applications, and I do not want to get perl involved (which I know can do it). Is there any hope? Thanks!
|