Code

Fixed listing -> getEntry
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Apr 2010 13:40:25 +0000 (13:40 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Apr 2010 13:40:25 +0000 (13:40 +0000)
- the LDAP::fix was too much.

Added LDAPblaclist filter to userFilterEditor

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17886 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_listing.inc
gosa-core/include/class_userFilterEditor.inc

index c49320984f65053bd1346afb14141bb25bd7ecba..cdac583f1592e8f9bd9e6cd32c6bb4d981e88ff1 100644 (file)
@@ -1582,7 +1582,6 @@ class listing {
 
   function getEntry($dn)
   {
-    $dn = LDAP::fix($dn);
     foreach ($this->entries as $entry) {
       if (isset($entry['dn']) && strcasecmp($dn, $entry['dn']) == 0){
         return $entry;
index a14215d7d768b1a1ac7e1be1102c3788e7dc28f0..1d55eaf64c33e9b2b120a5c4adfc145599e0ee27 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');  
 
 
   /*! \brief    Instantiate the filter editing dialog.