Code

Added ldap base inherit, for terminal - Starttab
[gosa.git] / plugins / admin / systems / class_servNfs.inc
index df90c6b69f6626c4894b7c6daa70fce8fc2fb179..e89bab3ea9e939c26340ba83a4a0a27a576fb302 100644 (file)
@@ -189,11 +189,6 @@ class servnfs extends plugin
       }
     }
 
-    /* If we've NCP, we need a volume */
-    if($this->type == "NCP" && empty($this->volume)){
-      $message[]=_("Please specify a valid volume name for your share.");
-    }
-
     if(preg_match("/\|/",$this->description)){
       $message[]=_("Description contains invalid characters.");
     }