summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1f9c312)
raw | patch | inline | side by side (parent: 1f9c312)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Dec 2006 07:09:36 +0000 (07:09 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Dec 2006 07:09:36 +0000 (07:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5312 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/groups/class_groupGeneric.inc b/plugins/admin/groups/class_groupGeneric.inc
index 5c933cd658a9e908bd8ef9c366743659478656e2..dd0606557675e120b721d2a893cd856f8c822f85 100644 (file)
$smarty->assign("pickupGroup",false);
}
- /* Assign base ACL */
- $smarty->assign("baseACL", $this->getacl("base"));
-
/* Manage object add dialog */
if ($this->group_dialog){
$new_dn= $this->dn;
}
- /* Set new acl base */
- if($this->dn == "new") {
- $this->set_acl_base($this->base);
- }
-
- if ($this->orig_dn == "new" && !$this->acl_is_createable()){
- $message[]= _("You have no permissions to create a group on this 'Base'.");
- }
-
/* must: cn */
if ($this->cn == "" && $this->acl_is_writeable("cn")){
$message[]= "The required field 'Name' is not set.";