I have managed to query my Active Directory Domain Controller for user info using Zend_Ldap. But is it possible to, and in that case how do I, add a new user to the Active Directory using Zend Frameworks Zend_Ldap (or other php class that has this functionality)
The section "Adding data to the LDAP" in the docs is a good starter. ;-)