summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c828e0e)
raw | patch | inline | side by side (parent: c828e0e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Apr 2010 13:40:25 +0000 (13:40 +0000) | ||
committer | hickert <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
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 | patch | blob | history | |
gosa-core/include/class_userFilterEditor.inc | patch | blob | history |
index c49320984f65053bd1346afb14141bb25bd7ecba..cdac583f1592e8f9bd9e6cd32c6bb4d981e88ff1 100644 (file)
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 a14215d7d768b1a1ac7e1be1102c3788e7dc28f0..1d55eaf64c33e9b2b120a5c4adfc145599e0ee27 100644 (file)
// 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.