summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6ce0df1)
raw | patch | inline | side by side (parent: 6ce0df1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 17 Jul 2006 12:31:40 +0000 (12:31 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 17 Jul 2006 12:31:40 +0000 (12:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4181 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/generic/class_user.inc | patch | blob | history |
index 2f791c39d26b78bbbf6a545b153715aea81f5fcc..15714c8d10b1bfc903348d0df989e9242b4f61d1 100644 (file)
$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'.");