Active Directory authentication
Brought to you by:
andrewsimpson
This file replaced the index.php in the main directory and includes code for Active Directory authentication. It is [u]experimental[/u], because I don't have Active Directory on my hardware, so I can't test it. Testing and improvements by those that do would be welcomed....
I have also taken the opportunity to refactor the code for index.php, and will incorporate this into the main code base soon.
Thanks for this!
I have implemented, and after a few tweaks, it works adequately. The two big issues were a call to "ldapbind()" which should be "ldap_bind()" and including the database.php file in the "elseif(ACTIVE_DIRECTORY === 'Y'..." block.
Thanks. I'll add this into the main codebase on the Git Repository over the next few days.