Closed caseyfw closed 9 years ago
Forgive me if I'm missing something, but I can't seem to remove a user from a group using this library, or at least in a manner similar to that used in the contrib notes on this page: http://php.net/manual/en/function.ldap-mod-del.php
@caseyfw you can (as a workaround) do this:
$ldap = new \Zend\Ldap\Ldap(...); $res = $ldap->getResource(); ldap_mod_del($res, ...);
Merged #6
Forgive me if I'm missing something, but I can't seem to remove a user from a group using this library, or at least in a manner similar to that used in the contrib notes on this page: http://php.net/manual/en/function.ldap-mod-del.php