From: hickert Date: Thu, 30 Nov 2006 11:30:11 +0000 (+0000) Subject: Also upper case should be allowed in serv-dns-edit-entry-dialog. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e7bef72a0ba2333e71196374df5688fc05890764;p=gosa.git 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 --- 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",