SF Bug #1008 getContainerPath doesn't properly traverse to baseDN and back & #1009 - return_ldap_hash should not return container object in result set

This commit is contained in:
Nic Bernstein
2013-03-19 13:37:57 +11:00
committed by Deon George
parent cfbee19721
commit 5ba2cf67e9
2 changed files with 7 additions and 1 deletions

View File

@@ -910,7 +910,7 @@ class ldap extends DS {
$dn = $this->getContainer($dn);
if ($dn == $top)
break;
continue;
} elseif($value)
$dn = sprintf('%s,%s',$value,$dn);