summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fbf2234)
raw | patch | inline | side by side (parent: fbf2234)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 23 Apr 2007 10:04:02 +0000 (10:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 23 Apr 2007 10:04:02 +0000 (10:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6171 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_userinfo.inc | patch | blob | history |
index c25cab419498e8b671e6b7b7c846b075b242af85..9ceefc964318b6a2d37c606be882ca94e8ab27cf 100644 (file)
continue;
}
+ if($subacl['type'] == "role") {
+ echo "role skipped";
+ continue;
+ }
+
/* Per attribute ACL? */
if (isset($subacl['acl'][$object][$attribute])){
$acl= $this->mergeACL($acl, $subacl['type'], $subacl['acl'][$object][$attribute]);
$acl= $this->cleanACL($acl, TRUE);
continue;
}
+
+ if($subacl['type'] == 'role'){
+ echo "role skipped";
+ continue;
+ }
/* Per object ACL? */
foreach ($objects as $object){