views:

173

answers:

1

The docs are very clear on how to authenticate against open LDAP with ZF. But, I failed to find the docs on how to register new users, delete users and update users (change password) using ZF on Open LDAP.
Any good docs out there?

+1  A: 

Look at the ZF ldap API, might help you.

Tjorriemorrie