forked from extern/egroupware
"fixed not working delete for contacts in ldap, as reported by Bernhard D Rohrer on the English user list"
This commit is contained in:
parent
8f6cf0ac8f
commit
29af6786d1
@ -539,7 +539,7 @@ class addressbook_ldap
|
|||||||
|
|
||||||
foreach($keys as $entry)
|
foreach($keys as $entry)
|
||||||
{
|
{
|
||||||
$entry = ldap::quote($entry);
|
$entry = ldap::quote(is_array($entry) ? $entry['id'] : $entry);
|
||||||
if($result = ldap_search($this->ds, $GLOBALS['egw_info']['server']['ldap_contact_context'],
|
if($result = ldap_search($this->ds, $GLOBALS['egw_info']['server']['ldap_contact_context'],
|
||||||
"(|(entryUUID=$entry)(uid=$entry))", $attributes))
|
"(|(entryUUID=$entry)(uid=$entry))", $attributes))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user