summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b3dad4e)
raw | patch | inline | side by side (parent: b3dad4e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Apr 2010 14:10:08 +0000 (14:10 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Apr 2010 14:10:08 +0000 (14:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17847 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_listing.inc | patch | blob | history |
index 9f5c8c6b90c12e58f9850260eb981651faf9699a..bfc9c0735a2f92d51c02d637568023cd84faa39c 100644 (file)
function getEntry($dn)
{
+ $dn = LDAP::fix($dn);
foreach ($this->entries as $entry) {
if (isset($entry['dn']) && strcasecmp($dn, $entry['dn']) == 0){
return $entry;
function getType($dn)
{
+ $dn = LDAP::fix($dn);
if (isset($this->objectDnMapping[$dn])) {
return $this->objectDnMapping[$dn];
}