I'm trying to figure out a solution to a problem that my manager has
brought to my attention, and that is how to we provide single sign-on
(SSO) for our Intranet applications without being forced to use IIS.  We
are using Active Directory services for LDAP and Kerberos
authentication, but are unable to get any server other than one running
IIS to be configured to automatically detect who the user is with their
AD login.  
Here is my setup:

* Windows 2000 Server with Active Directory (ad1.mynetwork.org)
* Windows 2000 Server with IIS and PHP (iis1.mynetwork.org)
* Red Hat Enterprise Linux 3 ES with Apache 2 and PHP
(linux1.mynetwork.org)

I can get the Linux server to talk to Active Directory through LDAP and
Kerberos, but to achieve SSO the only way to get it to work on Apache is
with mod_auth_gss_krb5 (though I can't seem to get it to build for
Apache2), and I couldn't find anything that would do the same with PHP.

Any ideas?

-- 
Ricky Boone <[EMAIL PROTECTED]>
Planetfurry.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to