summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fb274c9)
raw | patch | inline | side by side (parent: fb274c9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 Mar 2010 08:42:09 +0000 (08:42 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 Mar 2010 08:42:09 +0000 (08:42 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@16338 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_filterLDAP.inc | patch | blob | history |
index 13405cee8e14ebf6f296c7f4abbb177fb01ae178..f8d9d2cb0335df52734fca9adf3d6a976b9b7c98 100644 (file)
if(isset($obj['category'])){
$o = $obj['category']."/".$obj['class'];
+
+ echo $o." -> ".$dn."<br>";
+
+
if(preg_match("/r/",$ui->get_permissions($dn,$o))){
$result[]= $attrs;
}
+ }else{
+ echo "<b>{$dn}</b><br>";
}
}
}