ucs/conffiles

Christoph Wickert wickert at kolabsys.com
Thu Sep 17 16:35:16 CEST 2015


 ucs/conffiles/etc/roundcubemail/config.inc.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0d70a4c4cdec4b84c92c91c701794a38fe865b93
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Thu Sep 17 16:35:12 2015 +0200

    kolab-webclient: Hide functional users from the global address book (#4987)

diff --git a/ucs/conffiles/etc/roundcubemail/config.inc.php b/ucs/conffiles/etc/roundcubemail/config.inc.php
index cf8091f..30bc900 100644
--- a/ucs/conffiles/etc/roundcubemail/config.inc.php
+++ b/ucs/conffiles/etc/roundcubemail/config.inc.php
@@ -210,7 +210,7 @@ else:
                     'search_fields'             => array('mailPrimaryAddress', 'cn'),
                     'sort'                      => array('sn', 'initials', 'displayname', 'givenname', 'uid'),
                     'scope'                     => 'sub',       // search mode: sub|base|list
-                    'filter'                    => '(objectClass=inetOrgPerson)',
+                    'filter'                    => '(&(objectClass=kolabInetOrgPerson)(!(|(univentionObjectFlag=functional)(univentionObjectFlag=hidden)(univentionObjectFlag=temporary))))',
                     'fuzzy_search'              => true,
                     'sizelimit'                 => '0',
                     'timelimit'                 => '0',




More information about the commits mailing list