[Pkg-owncloud-commits] [owncloud] 33/239: LDAP Wizard: add objectclass for group detection in Zimbra

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:14 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit dd5e1092c7960ba9e919332eb8991fb7b7a171f6
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Thu Nov 21 11:20:31 2013 +0100

    LDAP Wizard: add objectclass for group detection in Zimbra
---
 apps/user_ldap/lib/wizard.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php
index fb6aca9..9286af4 100644
--- a/apps/user_ldap/lib/wizard.php
+++ b/apps/user_ldap/lib/wizard.php
@@ -215,7 +215,7 @@ class Wizard extends LDAPUtility {
 			throw new \Exception('Could not connect to LDAP');
 		}
 
-		$obclasses = array('posixGroup', 'group', '*');
+		$obclasses = array('posixGroup', 'group', 'zimbraDistributionList', '*');
 		$this->determineFeature($obclasses, 'cn', $dbkey, $confkey);
 
 		if($testMemberOf) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list