summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 04222d9)
raw | patch | inline | side by side (parent: 04222d9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Oct 2009 06:24:39 +0000 (06:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Oct 2009 06:24:39 +0000 (06:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14572 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_userinfo.inc | patch | blob | history |
index 65ac65c5860040eda79bb3ec612399280edbc372..06a9648d1782d875d72483966014d5fc683af4be 100644 (file)
}
+ /* Returns an array containing all target objects we've permssions on.
+ */
+ function get_acl_target_objects()
+ {
+ return(array_keys($this->ACLperPath));
+ }
+
+
function get_category_permissions($dn, $category, $any_acl = FALSE)
{
return(@$this->get_permissions($dn,$category.'/0',""));