Has anyone had any success using PHP to authenticate users that exist on a MS Exchange server? I would just use a list of users, but we want to authenticate with their passwords as well. Is there a way to decode the passwords from MS? Is there a way to do it all in PHP?
Bryan
not sure, but exchange does support imap & pop3 (as does php). if php can logon to exchange's imap/pop3 server using users username/password then you could assume the logon credentials are correct.
not sure if thats what you want.
brandon