summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6856edf)
raw | patch | inline | side by side (parent: 6856edf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Aug 2006 08:23:35 +0000 (08:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Aug 2006 08:23:35 +0000 (08:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4410 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_userinfo.inc | patch | blob | history |
index 2c5fb932ca9653b9099d34305ff5fefeac6924a9..c976a82729664e4827fcfcfe89ca3fe92261ca44 100644 (file)
$acl= "";
if (isset($this->ocMapping[$category])){
foreach($this->ocMapping[$category] as $oc){
- $acl.= $this->get_permissions($dn, $category."/".$oc, "");
+ $acl.= $this->get_permissions($dn, $oc, "");
}
}