Using PHP LDAP To Find Which Groups A User Belongs To
Tuesday, June 3rd, 2008One of the tasks I have been looking into at work is the ability to use PHP to authenticate users against a Windows Active Directory (AD). After searching around on the internet I did manage to find a great little tutorial that helped explain the steps in searching the AD for a particular user and then if they existed to authenticate them with the submitted credentials.
While writing this post I have noticed that the blog that tutorial was written on …





