summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2015-06-03 17:37:36 +0200
committerArthur Schiwon <blizzz@owncloud.com>2015-06-03 17:38:27 +0200
commit090478a95e1adc904cd8971158c848b9c00374f6 (patch)
tree275edc857fab881ca920c4432254ff1bca960e9a /apps/user_ldap/lib/connection.php
parent91841bb25d6479784700d800d8b21f945bb86fc8 (diff)
downloadnextcloud-server-090478a95e1adc904cd8971158c848b9c00374f6.tar.gz
nextcloud-server-090478a95e1adc904cd8971158c848b9c00374f6.zip
if possible, getUserGroups should get memberships using memberOf virtual attribute
Diffstat (limited to 'apps/user_ldap/lib/connection.php')
-rw-r--r--apps/user_ldap/lib/connection.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php
index d6f4bdcde04..0328259d78f 100644
--- a/apps/user_ldap/lib/connection.php
+++ b/apps/user_ldap/lib/connection.php
@@ -53,6 +53,11 @@ class Connection extends LDAPUtility {
private $dontDestruct = false;
private $hasPagedResultSupport = true;
+ /**
+ * @var bool runtime flag that indicates whether supported primary groups are available
+ */
+ public $hasPrimaryGroups = true;
+
//cache handler
protected $cache;