LDAP: remove unnecessary debug output
This commit is contained in:
parent
38c56388c1
commit
57cf0ae3d1
|
@ -148,16 +148,6 @@ class OC_LDAP {
|
||||||
|
|
||||||
$record = $query->execute(array($name))->fetchOne();
|
$record = $query->execute(array($name))->fetchOne();
|
||||||
return $record;
|
return $record;
|
||||||
if($name=='Coyotes') {
|
|
||||||
echo("adsfasdf ");
|
|
||||||
var_dump($record);
|
|
||||||
die();
|
|
||||||
}
|
|
||||||
if(isset($record['ldap_dn'])) {
|
|
||||||
return $record['ldap_dn'];
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue