Code

Added new filter type
[gosa.git] / gosa-core / include / class_userFilterEditor.inc
index a14215d7d768b1a1ac7e1be1102c3788e7dc28f0..023b5d32754e2f3c73bfe7b5acc6518a8a3b0037 100644 (file)
@@ -21,7 +21,7 @@ class userFilterEditor extends plugin
   // The list of all categories mangaged by the current filter object.
   // Used in the grop-down box.
   public $orig_name = "";
-  public $backends = array('LDAP', 'SYSTEMS', 'FAI', 'GroupLDAP','ACL', 'OPSIPackages','APPLICATIONS','MIMETYPES');  
+  public $backends = array('LDAP','LDAPBlacklist', 'SYSTEMS', 'FAI', 'GroupLDAP','ACL', 'OPSIPackages','APPLICATIONS','MIMETYPES','CONFIGPROPERTIES');  
 
 
   /*! \brief    Instantiate the filter editing dialog.