Code

Black tea. First flush. New locales.
[gosa.git] / gosa-core / plugins / admin / acl / tabs_acl_role.inc
index 28be2338567e20491201b33fb37ac71e510fe6ae..faa8214da81e2bdc3d32bf05e4dd6f591f973eb0 100644 (file)
@@ -35,7 +35,7 @@ class aclroletab extends tabs
 
     /* Check for new 'dn', in order to propagate the
        'dn' to all plugins */
-    $new_dn= 'cn='.$baseobject->cn.",".get_ou('aclRoleRDN').$baseobject->base;
+    $new_dn= 'cn='.$baseobject->cn.",".get_ou("aclrole", "aclRoleRDN").$baseobject->base;
 
     if ($this->dn != $new_dn){