Code

goFonQueueStrategy will be saved in correct format now
[gosa.git] / plugins / admin / systems / class_servDB.inc
index 260097ab20ed07c72e140dfbf458708b31249460..ad41a149fba046e79b2dd943fa4c53faa773871d 100644 (file)
@@ -168,7 +168,7 @@ class servdb extends plugin
     if (in_array("goImapServer", $this->objectclasses) && 
         $this->goImapName != $this->goImapName_old) {
       // Attribute has changed
-      if(!preg_match("/^[a-z0-9\.]+$/", $this->goImapName)) {
+      if(!preg_match("/^[a-z0-9.-]+$/", $this->goImapName)) {
         $message[]= sprintf(_("The imap name string needs to be a hostname or an IP-address."));
       }
     }
@@ -216,8 +216,6 @@ class servdb extends plugin
     }
     $this->attrs = array_reverse($this->attrs);
 
-
-
     /* Write to LDAP */
     $ldap= $this->config->get_ldap_link();
     $ldap->cd($this->dn);