Code

Removed cn checks
[gosa.git] / plugins / admin / fai / class_faiProfile.inc
index 5ca3329b1550f2d7c50d21f0d97607efe6b51f97..809a1eb2275ed23e7a9c0bf69aea57174521696b 100644 (file)
@@ -212,10 +212,6 @@ class faiProfile extends plugin
   {
     $message= array();
     
-    if((empty($this->cn))||(preg_match("/[^a-z0-9]/i",$this->cn))){
-      $message[]=_("Please enter a valid name. Only 0-9 a-Z are allowed here.");
-    }
-
     if(count($this->FAIclasses) == 0){
       $message[]=_("Please assign at least one class to this  profile.");
     }