From e7bef72a0ba2333e71196374df5688fc05890764 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 30 Nov 2006 11:30:11 +0000 Subject: [PATCH] Also upper case should be allowed in serv-dns-edit-entry-dialog. Else we can create a server named 'Server' but can't set dns entries for it. Added missing attribute to user environemnt git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5271 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_servDNSeditZoneEntries.inc | 6 +++--- plugins/personal/environment/class_environment.inc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/admin/systems/class_servDNSeditZoneEntries.inc b/plugins/admin/systems/class_servDNSeditZoneEntries.inc index b75eef55f..152aef84d 100644 --- a/plugins/admin/systems/class_servDNSeditZoneEntries.inc +++ b/plugins/admin/systems/class_servDNSeditZoneEntries.inc @@ -232,9 +232,9 @@ class servDNSeditZoneEntries extends plugin /* Names should be written in lowercase */ - if(strtolower($DevName) != $DevName){ - $message[] = sprintf(_("The host name '%s' should be written in lowercase."), $DevName); - } +# if(strtolower($DevName) != $DevName){ +# $message[] = sprintf(_("The host name '%s' should be written in lowercase."), $DevName); +# } /* Check records */ diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc index 21fcdf0dd..ebd10c5aa 100644 --- a/plugins/personal/environment/class_environment.inc +++ b/plugins/personal/environment/class_environment.inc @@ -65,7 +65,7 @@ class environment extends plugin var $CopyPasteVars = array("gotoHotplugDevices","newKioskProfiles","gotoAvailableShares","gotoShareSelections","gotoPrinterSel","gotoProfileFlagL","gotoXResolutions","gotoProfileFlagC","gotoProfileServers","useProfile","is_group","in_dialog","OrigCn"); - var $attributes = array("uid","gotoProfileServer","gotoProfileFlags", + var $attributes = array("uid","gotoProfileServer","gotoProfileFlags","gotoHotplugDevice", "gotoXResolution","gotoProfileQuota", "gotoLogonScripts","gotoLogonScript", "gotoPrinter", "gosaDefaultPrinter", -- 2.30.2