diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 57b8a2aa..ee51288a 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -849,6 +849,10 @@ class lamList { * Rereads the entries from LDAP. */ protected function listRefreshData() { + // check suffix + if (!$this->suffix) { + $this->suffix = $_SESSION["config"]->get_Suffix($this->type); // default suffix + } // configure search filter $module_filter = get_ldap_filter($this->type); // basic filter is provided by modules $filter = "(&" . $module_filter . $this->filterPart . ")";