From: hickert Date: Tue, 27 Apr 2010 13:40:25 +0000 (+0000) Subject: Fixed listing -> getEntry X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=756a035712ab9baa43653e323a6d482343ba7355;p=gosa.git Fixed listing -> getEntry - 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 --- diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index c49320984..cdac583f1 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -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; diff --git a/gosa-core/include/class_userFilterEditor.inc b/gosa-core/include/class_userFilterEditor.inc index a14215d7d..1d55eaf64 100644 --- a/gosa-core/include/class_userFilterEditor.inc +++ b/gosa-core/include/class_userFilterEditor.inc @@ -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.