From 843c45c604edaeda0401315d2b65622054c8faa9 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 17 Jul 2006 12:31:40 +0000 Subject: [PATCH] Removed error message, acl ist not implemented correct git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4181 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/generic/class_user.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc index 2f791c39d..15714c8d1 100644 --- a/plugins/personal/generic/class_user.inc +++ b/plugins/personal/generic/class_user.inc @@ -945,7 +945,7 @@ class user extends plugin $ui= get_userinfo(); #FIXME How is the create flag stored ?, Add check for rename move ... if ($this->dn == "new" && !obj_is_writable($this->dn, "user","create")){ - $message[]= _("You have no permissions to create a user on this 'Base'."); +// $message[]= _("You have no permissions to create a user on this 'Base'."); } elseif ($this->dn != $new_dn && $this->dn != "new"){ if (!obj_is_writable($this->dn, "user","create")){ $message[]= _("You have no permissions to move a user from the original 'Base'."); -- 2.30.2