LDAP authentication with PHP
One of the most common areas of functionality in any web application is the use of authentication. Basically it's away of allowing your users & visitors to register, and then have permission-based access to certain tools and data. There are many ways to implement this, but why re-invent the wheel?
