summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d4d93bd)
raw | patch | inline | side by side (parent: d4d93bd)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Apr 2007 12:24:21 +0000 (12:24 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Apr 2007 12:24:21 +0000 (12:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5997 594d385d-05f5-0310-b6e9-bd551577e9d8
Changelog | patch | blob | history | |
plugins/admin/systems/class_printGeneric.inc | patch | blob | history |
diff --git a/Changelog b/Changelog
index a8df543cc8779e2af94d40ae856c201416d6823d..75f8281acdf024f9bed428bdd0e771e29f864753 100644 (file)
--- a/Changelog
+++ b/Changelog
- Corrected setup generated perl mkntpasswd string
- Fixed month listing in fax reports - february was march
- Enabled 9 digits for gid-/uidNumbers
+ - Fixed acl's for saving printers
* gosa 2.5.9
- Fixed ldap tls connections when schema check was being used
diff --git a/plugins/admin/systems/class_printGeneric.inc b/plugins/admin/systems/class_printGeneric.inc
index 84c07304eb887215d401f9cab49693c2b40af885..3a5a975c6d5a3ad299641368076849c83b1ab3c8 100644 (file)
if($this->BelongsTo == "Printer"){
$ui= get_userinfo();
$acl= get_permissions ($dn, $ui->subtreeACL);
- $acl= get_module_permission($acl, "printer", $this->dn);
+ $acl= get_module_permission($acl, "printgeneric", $this->dn);
if (chkacl($acl, "create") != ""){
$message[]= _("You have no permissions to create a printer on this 'Base'.");
}