diff --git a/lib/ds_ldap_pla.php b/lib/ds_ldap_pla.php index f5b91ab..5b6415f 100644 --- a/lib/ds_ldap_pla.php +++ b/lib/ds_ldap_pla.php @@ -587,7 +587,7 @@ class ldap_pla extends ldap { foreach ($results as $values) # If one of the attributes is owned to somebody else, then we may as well die here. if ($values['dn'] != $dn) { - $href = sprintf('cmd.php?cmd=query_engine&server_id=%s&filter=%s&scope=sub&query=none&format=list',$this->index,$query['filter']); + $href = sprintf('cmd.php?cmd=query_engine&server_id=%s&filter=%s&scope=sub&query=none&format=list&search=true',$this->index,$query['filter']); system_message(array( 'title'=>_('Attribute value would not be unique'),