inquam
inquam

Reputation: 12932

Create Active Directory User using Zend Framework

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)

Upvotes: 0

Views: 1149

Answers (1)

rik
rik

Reputation: 8612

The section "Adding data to the LDAP" in the docs is a good starter. ;-)

Upvotes: 2

Related Questions