Feb 20, 2006 #1 Smeglor IS-IT--Management Jan 16, 2004 70 US Can PHP create and delete users from AD? If so, which components do I need to install? Im running Red Hat Enterprise Linux 3, Apache, and PHP 4 I don't know sir...I guess its broke.
Can PHP create and delete users from AD? If so, which components do I need to install? Im running Red Hat Enterprise Linux 3, Apache, and PHP 4 I don't know sir...I guess its broke.
Feb 21, 2006 #2 ingresman IS-IT--Management Feb 17, 2003 1,541 GB There is an LDAP extention, have you looked at that ? Upvote 0 Downvote
Feb 21, 2006 #3 sleipnir214 Programmer May 6, 2002 15,350 US Take a look at some of the user-supplied comments on the PHP online manual page for ldap_connect() (http://www.php.net/manual/en/function.ldap-connect.php) It apparently requires LDAP and SSL. If you aren't using an encrypted connection, AD provides readonly access to the data. I've never had to do it, but a quick Google query of php "active directory" pulled up a bunch of resources, including one at devshed: http://forums.devshed.com/ldap-prog...tory-passwords-through-php-and-iis-74683.html Want the best answers? Ask the best questions! TANSTAAFL! Upvote 0 Downvote
Take a look at some of the user-supplied comments on the PHP online manual page for ldap_connect() (http://www.php.net/manual/en/function.ldap-connect.php) It apparently requires LDAP and SSL. If you aren't using an encrypted connection, AD provides readonly access to the data. I've never had to do it, but a quick Google query of php "active directory" pulled up a bunch of resources, including one at devshed: http://forums.devshed.com/ldap-prog...tory-passwords-through-php-and-iis-74683.html Want the best answers? Ask the best questions! TANSTAAFL!
Feb 22, 2006 Thread starter #4 Smeglor IS-IT--Management Jan 16, 2004 70 US Thanks for the input. Its hard to find straightforward examples, but Im on the right track. Thanks again. I don't know sir...I guess its broke. Upvote 0 Downvote
Thanks for the input. Its hard to find straightforward examples, but Im on the right track. Thanks again. I don't know sir...I guess its broke.