By TechMeOutTV
via blog.techmeout.tv
Submitted: Feb 18 2013 / 13:51
So in a recent project of mine, I had to utilize the ldap commands from a linux server to make modifications to a Active Directory tree. I implemented this by using PHP’s exec() function that essentially allows you to run commands on the server in the background. So a user would do an action on the front-end application that would trigger the exec function with its parameter containing an ldapserach,ldapmodify,ldapremove, or ldap add.
Add your comment